Add files via upload
This commit is contained in:
parent
ac51f397ed
commit
85ef16e5b7
1 changed files with 5 additions and 0 deletions
5
fishFedora.sh
Normal file
5
fishFedora.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
sudo dnf install -y fish
|
||||
sudo dnf install -y util-linux-user
|
||||
chsh -s /bin/fish
|
||||
rm ~/.config/fish/config.fish
|
||||
echo -e '#Edited by Tahinli\nif status is-interactive\n\t# Commands to run in interactive sessions can go here\n\tfunction fish_greeting\n\t\techo Hello Tahinli\n\tend\nend' | tee ~/.config/fish/config.fish
|
Loading…
Add table
Add a link
Reference in a new issue