diff options
author | 2017-12-20 15:19:01 -0500 | |
---|---|---|
committer | 2017-12-20 15:19:01 -0500 | |
commit | 56fe44972a5871c713fee75ca255e540a658f4ec (patch) | |
tree | ef699ba08180fe1bd65243dc429bcc68df9875bc /zsh/.zimrc | |
parent | 161c93e90668ee7ea7350e2bb914eff827d2f672 (diff) | |
download | configs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.gz configs-56fe44972a5871c713fee75ca255e540a658f4ec.tar.xz configs-56fe44972a5871c713fee75ca255e540a658f4ec.zip |
Back to urxvt; other updates
Diffstat (limited to '')
-rw-r--r-- | zsh/.zimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,7 +11,7 @@ # Select what modules you would like enabled. # The second line of modules may depend on options set by modules in the first # line. These dependencies are noted on the respective module's README.md. -zmodules=(directory environment git git-info history input ssh utility meta custom \ +zmodules=(directory environment git git-info history input ssh utility custom \ syntax-highlighting history-substring-search prompt completion) @@ -25,8 +25,6 @@ zmodules=(directory environment git git-info history input ssh utility meta cust # Set your desired prompt here zprompt_theme='pure' -#zprompt_theme='gitster' -#zprompt_theme='minimal' PURE_PROMPT_SYMBOL=λ #PURE_PROMPT_SYMBOL=➜ |