summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-23 02:43:31 +0200
committerGravatar Tom Willemse2013-05-23 02:43:31 +0200
commitcbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5 (patch)
tree98e6703d9123a5e0f5af5abb17190280153673db /.zshrc
parent2ab08bd8308b7893188acb7ef46369cadafc2876 (diff)
downloaddotfiles-cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5.tar.gz
dotfiles-cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5.zip
Enable auto cd and auto pushd
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'