diff options
| author | 2013-05-23 02:43:31 +0200 | |
|---|---|---|
| committer | 2013-05-23 02:43:31 +0200 | |
| commit | cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5 (patch) | |
| tree | 98e6703d9123a5e0f5af5abb17190280153673db | |
| parent | 2ab08bd8308b7893188acb7ef46369cadafc2876 (diff) | |
| download | dotfiles-cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5.tar.gz dotfiles-cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5.zip | |
Enable auto cd and auto pushd
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |
