From 764fe069ade810d30a1d63249b77db99ad2a16ca Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 6 Dec 2014 10:17:09 +0000 Subject: [PATCH] Fix tramp again... --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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