summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-02-13 23:31:37 +0100
committerHeiko Nickerl2018-02-13 23:31:37 +0100
commitb4fe8a605a5977395d2516c0da5848cf02e418c4 (patch)
tree90416f25814930350304edae2fba681279e30bef
parenta80140c92c618a7d6ec246605dd01fc3dbdff16a (diff)
downloadaur-b4fe8a605a5977395d2516c0da5848cf02e418c4.tar.gz
Add fish integration
-rw-r--r--sodalite.install14
1 files changed, 12 insertions, 2 deletions
diff --git a/sodalite.install b/sodalite.install
index 654d403214d0..c75c4e3aace1 100644
--- a/sodalite.install
+++ b/sodalite.install
@@ -3,9 +3,19 @@ post_install() {
bold=$(tput bold)
normal=$(tput sgr0)
echo "
- ===> For proper ${bold}shell integration ${normal}(supported: bash, zsh), add following line to your .bashrc/.zshrc:
+ ===> ${bold}Sodalite wants to be part of your shell ${normal}(supported: bash, zsh, fish)
- ${bold}source /usr/share/sodalite/shell-integration.sh
+ ${bold}bash, zsh:
+
+ ${normal}Add following line to your .bashrc/.zshrc:
+ source /usr/share/sodalite/shell-integration.sh
+
+ ${bold}fish:
+
+ ${normal}Create function 'fish_user_key_bindings' in '"'$XDG_CONFIG_HOME'"/fish/functions/fish_user_key_bindings.fish' and insert following line into the function:
+ source /usr/share/sodalite/shell-integration.fish
"
}
+
+post_install