cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

38aec5deaf2d127eb225474d7d142deef113547d

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-02-22T06:07:19Z

remove bat theme
 common/zsh/.zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 4f2d6ae..07452f2 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -74,7 +74,7 @@ fi
 
 alias l='eza -lah --icons --git --group-directories-first --header'
 alias cd="z"
-alias cat="bat --paging=never --theme=Coldark-Cold"
+alias cat="bat --paging=never"
 alias mkdir="mkdir -p"
 alias grep="rg"
 alias find="fd"