index
:
dotfiles
main
Toast's dotfiles
toast@bunkerlabs.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dot_zsh
/
plugins
/
bat
blob: 9d542ab4c653b17befc6d4cc3da644b07ed8d3ab (
plain
) (
blame
)
1
2
3
4
#!/bin/zsh
((
$+commands
[
bat
]
))
||
return
alias
cat
=
bat
pcat
=
'bat -p'