chore: add kitten ssh alias ssh
This commit is contained in:
parent
ecee81c830
commit
e27e94154b
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ in
|
|||
programs.nushell.enable = lib.mkDefault true;
|
||||
|
||||
programs.nushell.extraConfig = ''
|
||||
# Use kitten ssh for proper terminfo on remote hosts
|
||||
alias ssh = kitten ssh
|
||||
|
||||
# Dotfiles QA validation command
|
||||
def dotfiles-qa [] {
|
||||
let dotfiles_dir = "${config.home.homeDirectory}/Development/dotfiles"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue