mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
nushell: wrap ssh with normal TERM variable
This commit is contained in:
parent
81f6421e4b
commit
118c6ab0a5
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ alias ns = enter .
|
|||
# "quit shell"
|
||||
alias qs = dexit
|
||||
|
||||
# SSH wrapper to use a more common TERM
|
||||
def --wrapped ssh [...args] {
|
||||
TERM=xterm-256color ^ssh ...$args
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue