🚀 use ssh kitten

This commit is contained in:
Moritz Böhme 2022-06-03 15:17:13 +02:00
parent c99f59c5ea
commit e4c1ee6bc2
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 7 additions and 2 deletions

View file

@ -43,8 +43,7 @@
rm = "rm -i";
mv = "mv -i";
# HACK to fix kitty not being recongized
ssh = "TERM=xterm-color command ssh";
ssh = "kitty +kitten ssh";
nix-switch = "doas nixos-rebuild switch --flake ~/.dotfiles";
nix-boot = "doas nixos-rebuild boot --flake ~/.dotfiles";