replace exa with lr and bat with less
This commit is contained in:
parent
2e4a10754d
commit
7d2b1d7685
7
bashrc
7
bashrc
@ -63,11 +63,8 @@ complete -o filenames -F _comp_git git
|
|||||||
export HISTCONTROL=ignorespace:erasedups
|
export HISTCONTROL=ignorespace:erasedups
|
||||||
|
|
||||||
# Color ls
|
# Color ls
|
||||||
alias ls="exa -aF"
|
alias ls="lr -1FGG | git column --mode=dense --padding=3"
|
||||||
|
alias ll="lr -Fl1Ghov"
|
||||||
# No need for less history and more
|
|
||||||
alias less="bat"
|
|
||||||
alias more="bat"
|
|
||||||
|
|
||||||
# There is only one vis
|
# There is only one vis
|
||||||
alias vim="vis"
|
alias vim="vis"
|
||||||
|
Loading…
Reference in New Issue
Block a user