From 52ed5b655865ac2415ea2614ca51eefc56fe9f39 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 10 Jan 2023 16:44:20 +0100 Subject: [PATCH] Do not do the scree-256color thing, it breaks ssh prompt --- .config/fish/config.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 417dbd9..6d4d394 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -92,9 +92,9 @@ alias ffnightly 'env MOZ_USE_XINPUT2=1 /usr/local/bin/firefoxnightly/firefox' ## SSH, for compatibility, as our terminfo now is non-standard 'tmux-256color-italic' in tmux #alias ssh 'env TERM=xterm-256color ssh' -function ssh - env TERM=screen-256color ssh $argv -end +#function ssh +# env TERM=screen-256color ssh $argv +#end ## Grepping alias findfile 'find . | grep -v .svn | grep -v .hg | grep -v .git | grep'