Skip to content

Commit

Permalink
fix bat alias
Browse files Browse the repository at this point in the history
  • Loading branch information
czrd committed Jan 3, 2023
1 parent 95fe7f7 commit 2b9f134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zsh/.config/zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ alias g=git
alias t=tmux
alias docker=podman
alias lg=lazygit
if command -v batcat &> /dev/null; then
alias cat="batcat -pp --theme \"OneHalfDark\""
alias catt="batcat --theme \"OneHalfDark\""
if command -v bat &> /dev/null; then
alias cat="bat -pp --theme \"OneHalfDark\""
alias catt="bat --theme \"OneHalfDark\""
fi

0 comments on commit 2b9f134

Please sign in to comment.