Created
March 6, 2013 15:07
-
-
Save rlb3/5099920 to your computer and use it in GitHub Desktop.
So emacs tramp can login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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