diff options
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}\""; |