diff options
| author | 2014-04-21 15:08:36 +0200 | |
|---|---|---|
| committer | 2014-04-21 15:08:36 +0200 | |
| commit | 9270f63064a10bb3585e5533446e54670acc0c43 (patch) | |
| tree | a35a517da3ee478eb009364c40b50286182b8141 | |
| parent | 3f77e30196685a98ccba0c41c891f723deee6b59 (diff) | |
| download | zsh-9270f63064a10bb3585e5533446e54670acc0c43.tar.gz zsh-9270f63064a10bb3585e5533446e54670acc0c43.zip | |
Add some comments
| -rw-r--r-- | .zshrc | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -35,11 +35,10 @@ alias sbcl="rlwrap sbcl" alias -s pdf="zathura" alias -s xls="libreoffice" -setopt AUTO_CD -setopt AUTO_PUSHD -setopt CORRECT -setopt EXTENDED_GLOB -setopt NOTIFY +setopt AUTO_PUSHD # Automatically add to directory stack +setopt CORRECT # Offer to correct my mistakes +setopt EXTENDED_GLOB # Add extra globbing patterns +setopt NOTIFY # Don't wait to show status of jobs setopt PROMPT_SUBST # Allow for functions in the prompt setopt HIST_IGNORE_ALL_DUPS # Don't story any duplicate commands |
