Replace cat with bat

This commit is contained in:
Lillian Violet 2024-04-29 21:39:19 +02:00
parent ae594211e0
commit 2d83db719a
2 changed files with 2 additions and 0 deletions

View file

@ -21,5 +21,6 @@
# System tools: # System tools:
sops sops
zsh zsh
bat
]; ];
} }

View file

@ -16,6 +16,7 @@
cd = "z"; cd = "z";
code = "codium ./"; code = "codium ./";
lh = "ls -lah"; lh = "ls -lah";
cat = "bat";
}; };
plugins = [ plugins = [
{ {