Tramp for emacs and shell setup for remote servers

This commit is contained in:
Emmet 2023-08-10 07:56:06 -05:00
parent 3ce67cc188
commit 1600681cfc
3 changed files with 24 additions and 0 deletions

View file

@ -21,6 +21,7 @@ in
PROMPT=" %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
%F{green}%f "
RPROMPT="%F{red}%f%F{yellow}%f%F{green}%f%F{cyan}%f%F{blue}%f%F{magenta}%f%F{white}%f"
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
'';
};