From d9c40bd15772fc5a109f28e48f598b233f1a1737 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 13:13:53 +0100 Subject: [PATCH] add kitten icat alias --- modules/home/package/default.nix | 1 - modules/home/zsh/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/package/default.nix b/modules/home/package/default.nix index 1d7be48..9d86396 100755 --- a/modules/home/package/default.nix +++ b/modules/home/package/default.nix @@ -7,7 +7,6 @@ fzf # fuzzy finder lazygit libreoffice - lsix # like ls, show images nitch # systhem fetch util nix-prefetch-github prismlauncher # minecraft launcher diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index c5abdfb..5327e7c 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -16,6 +16,7 @@ c = "clear"; vim = "nvim"; cat = "bat"; + icat = "kitten icat"; l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2 ll = "eza --icons -a --group-directories-first -1 --no-user --long"; tree = "eza --icons --tree --group-directories-first";