From ef024cc564899048893ac924ce030196f650a507 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 27 Oct 2023 09:32:49 -0700 Subject: [PATCH] added kitty ssh patch --- modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index b34ca10..b051d07 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -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";