1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Do not do the scree-256color thing, it breaks ssh prompt

This commit is contained in:
2023-01-10 16:44:20 +01:00
parent a1c2b3c692
commit 52ed5b6558

View File

@@ -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'