summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-02-14 00:17:25 +0100
committerHeiko Nickerl2018-02-14 00:17:25 +0100
commit2154218d12275f9ad0dabfc43ed0d0d4fc7a3bb8 (patch)
tree8d7b490d807cc457d9b412fccfb4af30e19211ba
parent96a1c3f8f79f66d006996b1dd2452b7c61741e84 (diff)
downloadaur-2154218d12275f9ad0dabfc43ed0d0d4fc7a3bb8.tar.gz
Change fish integration directive
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--sodalite.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fa598d95a80..3569568b4bd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite-git
pkgdesc = Keyboard-driven terminal file navigator and launcher
pkgver = r45.ece430f
- pkgrel = 2
+ pkgrel = 3
url = www.github.com/hnicke/sodalite
install = sodalite.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ab990408d30b..f965c1896ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite-git"
pkgver=r45.ece430f
-pkgrel=2
+pkgrel=3
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
diff --git a/sodalite.install b/sodalite.install
index c75c4e3aace1..027d857f8e22 100644
--- a/sodalite.install
+++ b/sodalite.install
@@ -12,7 +12,7 @@ post_install() {
${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:
+ ${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
"