From 85ef16e5b7bd9730c9881add7c0065fcf396b09f Mon Sep 17 00:00:00 2001 From: Tahinli <96421894+Tahinli@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:00:58 +0300 Subject: [PATCH] Add files via upload --- fishFedora.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fishFedora.sh diff --git a/fishFedora.sh b/fishFedora.sh new file mode 100644 index 0000000..fe1f0e7 --- /dev/null +++ b/fishFedora.sh @@ -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