summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-07-22 12:53:00 +0200
committerRasmus Steinke2016-07-22 12:53:00 +0200
commit6ab4dc216bd4d2ac2a7fff8c0c71b27c74c21cf4 (patch)
tree38adf48ae2f803040fbb18b09c6c82a6549c9f31
parentd39fcb53d01139ae743f9b403854b17500141961 (diff)
downloadaur-6ab4dc216bd4d2ac2a7fff8c0c71b27c74c21cf4.tar.gz
Fix file paths for config
-rw-r--r--clerk_fzf-git.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/clerk_fzf-git.install b/clerk_fzf-git.install
index 7f4b1ef5b3f1..209751029402 100644
--- a/clerk_fzf-git.install
+++ b/clerk_fzf-git.install
@@ -1,7 +1,8 @@
#!/bin/bash
post_install() {
echo '
-to use clerk you need to copy /usr/share/doc/clerk/config.example to $HOME/.config/clerk/config
+Important: clerk_fzf does not work inside of tmux, because it starts its very own, independent tmux instance.
+To use clerk you need to copy /etc/clerk_fzf.conf to $HOME/.config/clerk/clerk_fzf.conf
and edit it to your needs.
'
}