summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-11-11 16:02:17 -0500
committerJune McEnroe <june@causal.agency>2012-11-11 16:02:17 -0500
commit998113e469faa81a7b7ad84a2693306409cebb78 (patch)
treedfa32a099a3006819f67b8968136da4a845d3035 /.zshrc
parentNo more consolekit (diff)
downloadsrc-998113e469faa81a7b7ad84a2693306409cebb78.tar.gz
src-998113e469faa81a7b7ad84a2693306409cebb78.zip
Add z
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1d6f30fd..2c5127cd 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