1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Fixed actual ssh command

This commit is contained in:
2020-05-16 22:08:48 +02:00
parent c06f82b8ca
commit 4e8c3dd959

View File

@@ -83,7 +83,7 @@ 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
TERM=screen-256color command ssh $argv
env TERM=screen-256color ssh $argv
end
## Grepping