diff options
author | Camil Staps | 2016-02-09 14:16:10 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 350a07b0a8525645671a029621cc873b2a8d1957 (patch) | |
tree | f332a624e3182aea22e6a42c27346b3eba4203c5 /zsh/config.zsh | |
parent | zsh (diff) |
Fixed oh-my-zsh
Diffstat (limited to 'zsh/config.zsh')
-rw-r--r-- | zsh/config.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/config.zsh b/zsh/config.zsh index bdf8f98..25fae5f 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -7,9 +7,9 @@ fi export LSCOLORS="exfxcxdxbxegedabagacad" export CLICOLOR=true -fpath=($ZSH/functions $fpath) +fpath=($DOTFILES/zsh/functions $fpath) -autoload -U $ZSH/functions/*(:t) +autoload -U $DOTFILES/zsh/functions/*(:t) HISTFILE=~/.zsh_history HISTSIZE=10000 |