about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/zsh.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-20 10:23:39 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-20 10:23:39 +0100
commit5bb688d713ed9da70da23876743cdef9996c8741 (patch)
tree799a01c1246d72da39a5f366898390bd0f215efd /nix-conf/home/includes/zsh.nix
parenta8501a92585993f0f7edf5dfba234d4552eed3c6 (diff)
downloaddotfiles-5bb688d713ed9da70da23876743cdef9996c8741.tar.gz
Improve bat config
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index db8cf3f..153857e 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -53,6 +53,7 @@ in
       mv = "mv -iv";
       mkdir = "mkdir -v";
       tree = "eza --tree";
+      cat = "bat -p";
 
       pp = "pushbullet push \"Pixel\" link \"\${1}\" \"\${1}\"";