diff --git a/dotfiles/zshrc b/dotfiles/zshrc index d930b543..56bfedfc 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,5 +1,5 @@ # This is necessary for tramp. -source ~/.lib/shellrc.sh [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return +source ~/.lib/shellrc.sh source ~/.lib/zsh.sh test -r ~/.custom.sh && source ~/.custom.sh