summarylogtreecommitdiffstats
path: root/sodalite.install
diff options
context:
space:
mode:
Diffstat (limited to 'sodalite.install')
-rw-r--r--sodalite.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/sodalite.install b/sodalite.install
deleted file mode 100644
index 610601d0f212..000000000000
--- a/sodalite.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
- bold=$(tput bold)
- normal=$(tput sgr0)
- echo "
- ===> ${bold}Sodalite wants to be part of your shell ${normal}(supported: bash, zsh, fish)
-
- ${bold}bash, zsh:
-
- ${normal}Add following line to your .bashrc/.zshrc:
- source /usr/share/sodalite/shell-integration.sh
-
- ${bold}fish:
-
- ${normal}Add this to your config.fish. In case the function fish_user_key_bindings already exists, add its content to the function.
- source /usr/share/sodalite/shell-integration.fish
- function fish_user_key_bindings
- bind \cf sodalite-widget
- end
- "
-}