Skip to content

Commit

Permalink
initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerdahl committed Oct 14, 2024
1 parent 94f3999 commit 8d5f6b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 60-modern.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 16,13 @@ cmd_is_installed rg && {
}

# Bat, the amazing cat with wings.
cmd_is_installed 'bat' && {
alias b='bat'
alias br='bat --decorations=never'
alias bp='bat --language=python'
alias bpr='bat --language=python --decorations=never'
alias bl='bat --plain'
alias bx='bat --language=xml'
cmd_is_installed 'batcat' && {
alias b='batcat'
alias br='batcat --decorations=never'
alias bp='batcat --language=python'
alias bpr='batcat --language=python --decorations=never'
alias bl='batcat --plain'
alias bx='batcat --language=xml'
# TODO: Include theme: --theme 'Monokai Extended Bright'
}

Expand Down

0 comments on commit 8d5f6b8

Please sign in to comment.