Mercurial > dotfiles.old
comparison zsh/setopt.zsh @ 210:7bb0fcd6f96a
Remember dirstacks
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 27 Nov 2014 08:13:33 +0100 |
parents | 87498dbd779a |
children |
comparison
equal
deleted
inserted
replaced
209:945ce864a4e9 | 210:7bb0fcd6f96a |
---|---|
47 setopt PROMPT_SUBST | 47 setopt PROMPT_SUBST |
48 setopt transient_rprompt | 48 setopt transient_rprompt |
49 | 49 |
50 setopt multios | 50 setopt multios |
51 | 51 |
52 | |
53 unsetopt MENU_COMPLETE | 52 unsetopt MENU_COMPLETE |
54 setopt AUTO_MENU | 53 setopt AUTO_MENU |
55 | 54 |
56 setopt nobeep | 55 setopt nobeep |
57 setopt notify | 56 setopt notify |
58 REPORTTIME=5 | 57 REPORTTIME=5 |
59 | 58 |
60 setopt correct_all | 59 setopt correct_all |
60 | |
61 # Directory history | |
62 setopt autopushd | |
63 setopt pushdminus | |
64 setopt pushdsilent | |
65 setopt pushdtohome |