replace exa with lr and bat with less

This commit is contained in:
Felix Van der Jeugt 2019-01-22 16:37:13 +01:00
parent 2e4a10754d
commit 7d2b1d7685
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 5 deletions

7
bashrc
View File

@ -63,11 +63,8 @@ complete -o filenames -F _comp_git git
export HISTCONTROL=ignorespace:erasedups
# Color ls
alias ls="exa -aF"
# No need for less history and more
alias less="bat"
alias more="bat"
alias ls="lr -1FGG | git column --mode=dense --padding=3"
alias ll="lr -Fl1Ghov"
# There is only one vis
alias vim="vis"