summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 0f5eeef..8971f33 100644
--- a/.zshrc
+++ b/.zshrc
@@ -35,9 +35,11 @@ alias mysql="mysql --pager"
alias -s pdf="zathura"
alias -s xls="libreoffice"
+setopt AUTO_CD
+setopt AUTO_PUSHD
+setopt EXTENDED_GLOB
setopt NOTIFY
setopt PROMPT_SUBST # Allow for functions in the prompt
-setopt EXTENDED_GLOB
zstyle :compinstall filename '$HOME/.zshrc'