Skip to content

Commit

Permalink
added z
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Ball committed Jun 22, 2012
1 parent 8eb10fc commit ea56868
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "_z"]
path = _z
url = https://github.com/rupa/z.git
1 change: 1 addition & 0 deletions _z
Submodule _z added at 771c58
7 changes: 7 additions & 0 deletions _zshrc
Expand Up @@ -77,3 +77,10 @@ bindkey '^R' history-incremental-search-backward
fpath=(${HOME}/.zsh/completions $fpath)

[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"

# z
export _Z_DATA="$HOME/.zdata"
. $HOME/.z/z.sh
function precmd () {
_z --add "$(pwd -P)"
}

0 comments on commit ea56868

Please sign in to comment.