mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
fish-shell: removed unnecessary INSTALL file
This commit is contained in:
parent
a7d87b9e35
commit
6e74ee0532
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
if [ "$UPDATE" = "no" ]; then
|
||||
echo "--> To run fish, type 'fish' in your terminal."
|
||||
echo "--> To set your colors, run 'fish_config'"
|
||||
echo "--> To scan your man pages for completions, run 'fish_update_completions'"
|
||||
echo "--> To autocomplete command suggestions press Ctrl + F or right arrow key."
|
||||
echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish"
|
||||
fi
|
||||
;;
|
||||
esac
|
Loading…
Add table
Reference in a new issue