summarylogtreecommitdiffstats
path: root/sodalite.install
diff options
context:
space:
mode:
Diffstat (limited to 'sodalite.install')
-rw-r--r--sodalite.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/sodalite.install b/sodalite.install
index 562fc60a6b1a..610601d0f212 100644
--- a/sodalite.install
+++ b/sodalite.install
@@ -12,8 +12,10 @@ post_install() {
${bold}fish:
- ${normal}If not exists, create function 'fish_user_key_bindings' in your config.fish and insert following line into the function:
+ ${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
"
}