Browse Source

Added install instructions

Matt Cable 14 years ago
parent
commit
610f68c8e0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/dirpersist.plugin.zsh

+ 2 - 1
plugins/dirpersist.plugin.zsh

@@ -2,7 +2,8 @@
 # 
 # Make the dirstack more persistant
 # 
-# Run dirpersiststore in ~/.zlogout
+# Add dirpersist to $plugins in ~/.zshrc to load
+# 
 
 dirpersistinstall () {
     if grep -qL 'dirpersiststore' ~/.zlogout; then