Xonsh TRAMP support
This commit is contained in:
16
xonsh/rc.xsh
16
xonsh/rc.xsh
@@ -79,16 +79,12 @@ aliases["vv"] = find_venv
|
|||||||
# # Hybrid Vi Mode
|
# # Hybrid Vi Mode
|
||||||
# set -g fish_key_bindings hybrid_bindings
|
# set -g fish_key_bindings hybrid_bindings
|
||||||
|
|
||||||
# # Fix prompt for Emacs TRAMP
|
# Fix prompt for Emacs TRAMP
|
||||||
# # https://github.com/oh-my-fish/theme-bobthefish/issues/148
|
# https://github.com/oh-my-fish/theme-bobthefish/issues/148
|
||||||
# if test "$TERM" = "dumb"
|
if $TERM == "dumb":
|
||||||
# function fish_prompt
|
$PROMPT = "$ "
|
||||||
# echo "\$ "
|
$RIGHT_PROMPT = None
|
||||||
# end
|
$BOTTOM_TOOLBAR = None
|
||||||
# function fish_right_prompt; end
|
|
||||||
# function fish_greeting; end
|
|
||||||
# function fish_title; end
|
|
||||||
# end
|
|
||||||
|
|
||||||
# autojump equivalent
|
# autojump equivalent
|
||||||
if shutil.which("zoxide"):
|
if shutil.which("zoxide"):
|
||||||
|
|||||||
Reference in New Issue
Block a user