Add files via upload

This commit is contained in:
Tahinli 2023-03-20 14:00:58 +03:00 committed by GitHub
parent ac51f397ed
commit 85ef16e5b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
fishFedora.sh Normal file
View 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