🚀 use ssh kitten
parent
c99f59c5ea
commit
e4c1ee6bc2
|
@ -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";
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
enable_audio_bell = false;
|
||||
cursor_shape = "underline";
|
||||
window_padding_width = 3;
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
keybindings = {
|
||||
"ctrl+plus" = "change_font_size all +2.0";
|
||||
|
@ -19,5 +20,10 @@
|
|||
size = 10;
|
||||
};
|
||||
};
|
||||
xdg.configFile."kitty/ssh.conf" = {
|
||||
text = ''
|
||||
env TERM=xterm-color
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue