From 1b4fe340b85f6f1ca7e592649a958791f81a1aa7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 11 May 2022 10:10:10 -0400 Subject: [PATCH] tweak(kitty): add icat alias --- users/profiles/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/profiles/kitty.nix b/users/profiles/kitty.nix index 554b15b..1788cde 100644 --- a/users/profiles/kitty.nix +++ b/users/profiles/kitty.nix @@ -11,5 +11,6 @@ home.shellAliases = { ssh = "kitty +kitten ssh"; softsh = "TERM=xterm-256color \\ssh"; # https://github.com/charmbracelet/soft-serve/issues/72 + icat = "kitty +kitten icat"; }; }