summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-21 15:08:36 +0200
committerGravatar Tom Willemse2014-04-21 15:08:36 +0200
commit9270f63064a10bb3585e5533446e54670acc0c43 (patch)
treea35a517da3ee478eb009364c40b50286182b8141
parent3f77e30196685a98ccba0c41c891f723deee6b59 (diff)
downloadzsh-9270f63064a10bb3585e5533446e54670acc0c43.tar.gz
zsh-9270f63064a10bb3585e5533446e54670acc0c43.zip
Add some comments
-rw-r--r--.zshrc9
1 files changed, 4 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 2cf11dd..1e79c12 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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