diff options
| author | Christian Cleberg <[email protected]> | 2026-02-17 19:34:11 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-17 19:34:11 -0600 |
| commit | d8ea929046e1c98771f70896ad71ce469cb6418f (patch) | |
| tree | b9ab734e9298ea395cd62d37e8eab2b14d388390 /common | |
| parent | b54339832ecb3c905434edb76cfc70e93f70e0d3 (diff) | |
| download | dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.tar.gz dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.tar.bz2 dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.zip | |
update Brewfile and fix bat alias
Diffstat (limited to 'common')
| -rw-r--r-- | common/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index d7e6293..70351da 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" +alias cat="bat --paging=never --theme=Coldark-Cold" alias mkdir="mkdir -p" alias grep="ripgrep" alias find="fd" |
