fix(foot): force $TERM when SSH to avoid termcap problem
As foot termcap is not available on all host I manage
This commit is contained in:
parent
4ed4bc79b6
commit
dcdad9a65c
1 changed files with 4 additions and 0 deletions
|
@ -76,5 +76,9 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
# As foot terminal definition is not present on server I manage, this workaround is quite useful.
|
||||
home.shellAliases = {
|
||||
ssh = "TERM=xterm-256color ssh";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue