Xonsh and Emacs don't get along well
This commit is contained in:
@@ -86,7 +86,7 @@ aliases["vv"] = _vv
|
||||
|
||||
# Fix prompt for Emacs TRAMP
|
||||
# https://github.com/oh-my-fish/theme-bobthefish/issues/148
|
||||
if $TERM == "dumb":
|
||||
if not ${...}.get("TERM") or $TERM == "dumb":
|
||||
$PROMPT = "$ "
|
||||
$RIGHT_PROMPT = None
|
||||
$BOTTOM_TOOLBAR = None
|
||||
|
||||
Reference in New Issue
Block a user