diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-27 07:47:29 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-27 07:47:29 -0400 |
commit | eb241d26b14a29942094156072f80f109af3421a (patch) | |
tree | e690376a9c9748c68dd8abc2855cc86789d89163 | |
parent | e56dee295f3c99f17b1527ef050e526a51c31cb1 (diff) | |
download | bugseverywhere-eb241d26b14a29942094156072f80f109af3421a.tar.gz |
doc:power: add Zsh completion location and update Bash install location
This puts both scripts in the right spot on Gentoo, and shows the
suggested installed filename (not just the suggested directory).
-rw-r--r-- | doc/power.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/power.txt b/doc/power.txt index b0e93ea..ea8fc08 100644 --- a/doc/power.txt +++ b/doc/power.txt @@ -15,7 +15,9 @@ one!). Basic instructions for installing the completion file for a given shell should be given in the completion script comments. Packagers should install these completion scripts in their system's -usual spot (on Gentoo it's :file:`/etc/bash_completion.d/`). +usual spot (on Gentoo, the Bash completion script should be installed +as :file:`/usr/share/bash_completion/be` and Z shell completion script +should be installed as :file:`/usr/share/zsh/site-functions/_be`). XML-handling utilities ====================== |