diff --git a/.zshrc b/.zshrc index 8060198..579ee73 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ source ~/.profile -test -f "~/.profile.$(hostname)" && source "~/.profile.$(hostname)" +test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)" HISTFILE=~/.histfile HISTSIZE=100000