further cleanup of zsh files
* renamed ZSH to DOTFILES * create new ZSH variable that points to $DOTFILES/zsh
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user