fix emacs tramp hanging

This commit is contained in:
Andrew Holland 2018-01-09 14:22:07 +02:00
parent 86c793d780
commit 1bee0c0491

2
zshrc
View file

@ -1,3 +1,5 @@
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
echo "Loading zgen..." echo "Loading zgen..."
source ~/bin/zgen/zgen.zsh source ~/bin/zgen/zgen.zsh
source ~/bin/fixcolors source ~/bin/fixcolors