diff options
Diffstat (limited to 'zsh-navigation-tools.install')
-rw-r--r-- | zsh-navigation-tools.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh-navigation-tools.install b/zsh-navigation-tools.install new file mode 100644 index 00000000000..da7af926ddd --- /dev/null +++ b/zsh-navigation-tools.install @@ -0,0 +1,4 @@ +post_install() { + echo "==> To use Zsh Navigation Tools, include the following line in your .zshrc: + source /usr/share/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh" +} |