From 98bfb81746c6d978502decd23eb51a53d8882c82 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Nov 2012 16:02:17 -0500 Subject: Add z --- .gitmodules | 3 +++ .zsh/z | 1 + .zshrc | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 .zsh/z diff --git a/.gitmodules b/.gitmodules index 7664aa6f..564aadf5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".zsh/zsh-syntax-highlighting"] path = .zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule ".zsh/z"] + path = .zsh/z + url = https://github.com/rupa/z.git diff --git a/.zsh/z b/.zsh/z new file mode 160000 index 00000000..dfd4308a --- /dev/null +++ b/.zsh/z @@ -0,0 +1 @@ +Subproject commit dfd4308ae84da481f774b3f5e732ee277d9d8769 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 -- cgit 1.4.1