Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created March 6, 2013 15:07
Show Gist options
  • Select an option

  • Save rlb3/5099920 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5099920 to your computer and use it in GitHub Desktop.
So emacs tramp can login
if [ "$TERM" = "dumb" ]
then
unsetopt zle
unsetopt prompt_cr
unsetopt prompt_subst
# unfunction precmd # these two are not
# unfunction preexec # working for me
PS1='$ '
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment