diff options
Diffstat (limited to 'system/fish/README')
-rw-r--r-- | system/fish/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/system/fish/README b/system/fish/README index 23d9f9a9b1340..f3b1ad1ffad2e 100644 --- a/system/fish/README +++ b/system/fish/README @@ -1,12 +1,15 @@ fish (Friendly Interactive SHell) is a user friendly command line shell for UNIX-like operating systems. -Post installation, fish outputs the following message regarding setting up -fish as your primary shell: - To run fish, type 'fish' in your terminal. -To use fish as your login shell: - * add the line '/usr/bin/fish' to the file '/etc/shells'. - * use the command 'chsh -s /usr/bin/fish'. +This SlackBuild automatically add fish on /etc/shells. + +To use fish as your login shell, run command: + +$ chsh -s /usr/bin/fish + +To remove fish from the /etc/shells, in case of fish removal, please run: + +$ su -c "sed -ri '\|^/usr/bin/fish$|d' /etc/shells" This package will potentially conflict with the /usr/games/fish binary from the y/bsdgames package. In a stock installation with default PATH |