replace cat with bat (aliased)

This commit is contained in:
Gabriella Bere 2025-05-27 01:28:52 +01:00
parent 1f1a4f0fd6
commit 7803410397
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
pavucontrol # Useful audio control GUI
stable.prismlauncher # Minecraft launcher
virt-manager # QEMU manager
bat # cat but with syntax highlighting
# Audio Plugins
calf

View file

@ -15,6 +15,7 @@
ip = "ip --color=auto";
nano = "nvim";
cd = "z";
cat = "bat";
# Aliases for my nixos workflow
switch = "sudo nixos-rebuild switch --flake ~/nixconf |& nom";