add kitten icat alias
This commit is contained in:
parent
39a04a6bf2
commit
d9c40bd157
|
@ -7,7 +7,6 @@
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
libreoffice
|
||||||
lsix # like ls, show images
|
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
prismlauncher # minecraft launcher
|
prismlauncher # minecraft launcher
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
c = "clear";
|
c = "clear";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
icat = "kitten icat";
|
||||||
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
|
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
|
||||||
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
|
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
|
||||||
tree = "eza --icons --tree --group-directories-first";
|
tree = "eza --icons --tree --group-directories-first";
|
||||||
|
|
Loading…
Reference in a new issue