Install bat

https://github.com/sharkdp/bat/
This commit is contained in:
Tony Grosinger 2019-05-14 11:31:06 -07:00
parent 4fcb20a537
commit 3a60acbc83
3 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Navigation
#alias ls="ls --color=auto"
alias ls="exa-0.8.0 --long --header --git --group"
alias cat="bat-0.10.0 --theme=GitHub"
alias tree="exa-0.8.0 --tree"
alias c="clear"
alias ..="cd ..;"

BIN
bin/bat-0.10.0 Executable file

Binary file not shown.

View File

@ -81,6 +81,7 @@ function performSetup() {
linkFile "bin/git-safedel"
linkFile "bin/diff-highlight"
linkFile "bin/exa-0.8.0"
linkFile "bin/bat-0.10.0"
popd > /dev/null
}