diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-20 10:23:39 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-20 10:23:39 +0100 |
commit | 5bb688d713ed9da70da23876743cdef9996c8741 (patch) | |
tree | 799a01c1246d72da39a5f366898390bd0f215efd /nix-conf/home/includes/zsh.nix | |
parent | a8501a92585993f0f7edf5dfba234d4552eed3c6 (diff) | |
download | dotfiles-5bb688d713ed9da70da23876743cdef9996c8741.tar.gz |
Improve bat config
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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}\""; |