summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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