diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 13:57:13 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 13:57:13 +0100 |
commit | 25aa705bc21c3941020361bfd78c8174df4cd46b (patch) | |
tree | 9b0cd4e444f55352eececb97cedc632ea1ed9abf /.zsh/zshrc/00_opts | |
parent | 85becf3e448456aea56287dda818576f18309f4b (diff) |
define PS2, PS3, PS4, setopt prompt_subst move
Diffstat (limited to '.zsh/zshrc/00_opts')
-rw-r--r-- | .zsh/zshrc/00_opts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshrc/00_opts b/.zsh/zshrc/00_opts index aadce9e..9d4dc14 100644 --- a/.zsh/zshrc/00_opts +++ b/.zsh/zshrc/00_opts @@ -14,4 +14,6 @@ setopt auto_cd # Silence! setopt nobeep +setopt prompt_subst + # vim:ft=zsh |