diff options
author | Markus Faerevaag | 2016-09-08 10:59:28 +0200 |
---|---|---|
committer | Markus Faerevaag | 2016-09-08 10:59:28 +0200 |
commit | 7b58797d68a608831f217f6973c4572a46a02275 (patch) | |
tree | 9d72124863e4491c6f231d1927859d7d162a725b /wd-git.install | |
parent | 540f786247dad2e6e50ff2c815e32ca188d208d9 (diff) | |
download | aur-7b58797d68a608831f217f6973c4572a46a02275.tar.gz |
fix linking
Diffstat (limited to 'wd-git.install')
-rw-r--r-- | wd-git.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wd-git.install b/wd-git.install index d45b8cf1e8a6..90b232061410 100644 --- a/wd-git.install +++ b/wd-git.install @@ -2,13 +2,14 @@ post_install() { echo "======================================================" echo " " echo " to use wd ... " - echo " copy and source desired shell's wrapper " + echo " link and source desired shell's wrapper " echo " " echo " wrappers in ${pkgdir}/usr/share/wd/wd{.sh|.zsh|.fish}" echo " " echo " example for bash: " + echo " " echo " # mkdir ~/bin/ " - echo " # ln -s ${pkgdir}/usr/share/wd/wd.sh ~/bin/ " + echo " # ln -s ${pkgdir}/usr/share/wd/wd.sh ~/bin/wh.sh " echo " # echo \"source ~/bin/wd.sh\" >> ~/.bashrc " echo " " echo "======================================================" |