summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-11-11 16:02:17 -0500
committerJune McEnroe <programble@gmail.com>2012-11-11 16:02:17 -0500
commit98bfb81746c6d978502decd23eb51a53d8882c82 (patch)
treebd832642f5f32378702d336c9868a5a2a68f95f7 /.zshrc
parentNo more consolekit (diff)
downloadsrc-98bfb81746c6d978502decd23eb51a53d8882c82.tar.gz
src-98bfb81746c6d978502decd23eb51a53d8882c82.zip
Add z
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 868ff47f..a109709a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -52,6 +52,8 @@ ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue,bold'
 ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=yellow,bold'
 ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold'
 
+source ~/.zsh/z/z.sh
+
 # Environment
 
 export EDITOR=vim