diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-07-31 13:32:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-31 13:32:57 +0700 |
commit | bd42c1db69c8b1c1e4d23f8e326c3d2a70781ef6 (patch) | |
tree | 839c7c91ae498c280c64e7f0b84c80d14e35eead /system/fish/README | |
parent | 1d72f44ff962a4a71266525e5e0fbd4cc4c38895 (diff) | |
download | slackbuilds-bd42c1db69c8b1c1e4d23f8e326c3d2a70781ef6.tar.gz |
system/fish: Updated for version 2.2.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 23d9f9a9b1..f3b1ad1ffa 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 |