summaryrefslogtreecommitdiffstats
path: root/zsh/.zimrc
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-07-30 20:39:57 -0400
committerAmin Bandali <amin@aminb.org>2017-07-30 20:39:57 -0400
commit378dacde52fc48eee564a7464307a56aa3215415 (patch)
tree0aa1d6bbf6fac8ea121c6acf6b0c5b1eac9e5300 /zsh/.zimrc
parent1a2c9c24bbc911a889f322967c86383ff3241a3e (diff)
downloadconfigs-378dacde52fc48eee564a7464307a56aa3215415.tar.gz
configs-378dacde52fc48eee564a7464307a56aa3215415.tar.xz
configs-378dacde52fc48eee564a7464307a56aa3215415.zip
Zsh and ZIM changes
Diffstat (limited to '')
-rw-r--r--zsh/.zimrc12
1 files changed, 7 insertions, 5 deletions
diff --git a/zsh/.zimrc b/zsh/.zimrc
index 96eab18..e53678e 100644
--- a/zsh/.zimrc
+++ b/zsh/.zimrc
@@ -9,10 +9,10 @@
#
# 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 history input ssh utility meta custom \
- prompt syntax-highlighting history-substring-search completion)
+# 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 \
+ syntax-highlighting history-substring-search prompt completion)
###################
@@ -24,7 +24,9 @@ zmodules=(directory environment git history input ssh utility meta custom \
#
# Set your desired prompt here
-zprompt_theme='pure'
+#zprompt_theme='pure'
+#zprompt_theme='gitster'
+zprompt_theme='minimal'
PURE_PROMPT_SYMBOL=λ
#