allow arguments to ls
This commit is contained in:
parent
9798683d6d
commit
81630eb9ff
5
bashrc
5
bashrc
@ -63,7 +63,10 @@ complete -o filenames -F _comp_git git
|
|||||||
export HISTCONTROL=ignorespace:erasedups
|
export HISTCONTROL=ignorespace:erasedups
|
||||||
|
|
||||||
# Color ls
|
# Color ls
|
||||||
alias ls="lr -1FGG | git column --mode=dense --padding=3"
|
ls_() {
|
||||||
|
lr -1FGG "$@" | git column --mode=dense --padding=3
|
||||||
|
}
|
||||||
|
alias ls="ls_"
|
||||||
alias ll="lr -Fl1Ghov"
|
alias ll="lr -Fl1Ghov"
|
||||||
|
|
||||||
# There is only one vis
|
# There is only one vis
|
||||||
|
Loading…
Reference in New Issue
Block a user