further cleanup of zsh files

* renamed ZSH to DOTFILES
* create new ZSH variable that points to $DOTFILES/zsh
This commit is contained in:
Nick Nisi
2014-03-15 08:03:12 -05:00
parent cf9ef8c569
commit d89c54aa2b
3 changed files with 8 additions and 6 deletions

View File

@@ -30,5 +30,5 @@ bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char
fpath=($ZSH/zsh/functions $fpath)
autoload -U $ZSH/zsh/functions/*(:t)
fpath=($ZSH/functions $fpath)
autoload -U $ZSH/functions/*(:t)