summarylogtreecommitdiffstats
path: root/sodalite.install
diff options
context:
space:
mode:
authorHeiko Nickerl2018-02-21 01:21:05 +0100
committerHeiko Nickerl2018-02-21 01:21:05 +0100
commit2da4209fcbf1930048a2ff175f2526e785eba833 (patch)
treeb65290b0cd09fb04342d065b584d78ba1b125f82 /sodalite.install
downloadaur-2da4209fcbf1930048a2ff175f2526e785eba833.tar.gz
Add sodalite package
Diffstat (limited to 'sodalite.install')
-rw-r--r--sodalite.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/sodalite.install b/sodalite.install
new file mode 100644
index 000000000000..027d857f8e22
--- /dev/null
+++ b/sodalite.install
@@ -0,0 +1,21 @@
+# 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}If not exists, create function 'fish_user_key_bindings' in your config.fish and insert following line into the function:
+ source /usr/share/sodalite/shell-integration.fish
+
+ "
+}
+
+post_install