diff --git a/home/profile/base.nix b/home/profile/base.nix index 56acaa4..cc6dfa8 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -30,7 +30,7 @@ in # TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works home.shellAliases = { v = "nvim"; - icat = "kitty +kitten icat"; + icat = "kitten icat"; }; programs.fzf.enable = lib.mkDefault true; programs.fzf.enableZshIntegration = lib.mkDefault true;