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";