diff --git a/.zshrc b/.zshrc index 7ce1964..c325fce 100644 --- a/.zshrc +++ b/.zshrc @@ -62,7 +62,7 @@ source $ZSH/oh-my-zsh.sh # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" - + # load functions [[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" [[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"