summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-10 20:32:37 +0200
committerHeiko Nickerl2018-06-10 20:32:37 +0200
commit4b751662af25590968944dd0d0bd38b2c88e1f57 (patch)
tree1db1fecefc097b0cfb0c443212a039a57d798c53
parent51362f5b702293e6a1629835e11379a903811bf8 (diff)
downloadaur-4b751662af25590968944dd0d0bd38b2c88e1f57.tar.gz
Update to v0.11.0
-rw-r--r--PKGBUILD2
-rw-r--r--sodalite.install6
2 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 077de9fd29b9..473268a1a11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
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
"
}