added kitty ssh patch

This commit is contained in:
Nickiel12 2023-10-27 09:32:49 -07:00
parent 783d543711
commit ef024cc564

View file

@ -19,6 +19,7 @@ in
'';
initExtra = ''
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
'';
@ -40,7 +41,6 @@ in
shellAliases = {
cat = "bat";
doom = "~/.emacs.d/bin/doom";
ls = "eza";
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "rmtrash";