diff --git a/fish/config.fish b/fish/config.fish index bf87ddfe1..654d91238 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -7,3 +7,4 @@ function fish_greeting end alias open_file='fzf --preview "less {}" | xargs -o vim' +alias ssh='env TERM=xterm-256color ssh'