Skip to content

Commit

Permalink
removing ~/code from cdpath variable since we have 'c' function for s…
Browse files Browse the repository at this point in the history
…hortcut
  • Loading branch information
ryanb committed Sep 9, 2008
1 parent 49dcb4e commit 29d6e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export EDITOR='mate -w'
export PATH="~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"

cdpath=($cdpath ~/code)
fpath=(~/.zsh/functions $fpath)

autoload -U ~/.zsh/functions/*(:t)
Expand Down

0 comments on commit 29d6e5f

Please sign in to comment.