From 8ea640ddfc65b56818092e8f34433596ded7d444 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] zsh: replace cat with bat --- modules/shell.nix | 1 + stow/.zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/shell.nix b/modules/shell.nix index f404fe2..a768124 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -17,6 +17,7 @@ ripgrep wget unzip + bat gcc # needed for nvim for some reason. diff --git a/stow/.zshrc b/stow/.zshrc index a8c385a..2572151 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -25,6 +25,7 @@ setopt hist_ignore_space alias ls="ls -h --color=auto" alias la="ls -ah --color=auto" alias ll="ls -ahl --color=auto" +alias cat="bat" alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason