try out bat

This commit is contained in:
Felix Van der Jeugt 2018-10-08 13:34:50 +02:00
parent ee0da56456
commit 670e5b0e10
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 3 deletions

6
bashrc
View File

@ -62,10 +62,10 @@ export HISTCONTROL=ignorespace:erasedups
alias ls="exa -aF"
# No need for less history and more
alias less="LESSHISTFILE=- less"
alias more="less"
alias less="bat"
alias more="bat"
# There is only one vim
# There is only one vis
alias vim="vis"
alias vi="vis"
alias nano="vis"