summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 2e6eaaf..5b76658 100644
--- a/.zshrc
+++ b/.zshrc
@@ -7,12 +7,12 @@ autoload -Uz edit-command-line
zle -N edit-command-line
bindkey -M vicmd v edit-command-line
-HISTFILE=~/.histfile
+HISTFILE=$HOME/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt hist_ignore_all_dups hist_save_no_dups hist_reduce_blanks share_history extended_history
-fpath=(~/.zfunc $fpath)
+fpath=($HOME/.zfunc $HOME/.zfunc/* $fpath)
alias diff='diff --color=auto'
alias ls='ls -F --color=auto'