bashrc.d: Added some aliases for ls variants(needs further work)
This commit is contained in:
parent
518afbf7d0
commit
373652f6b9
1 changed files with 4 additions and 0 deletions
4
.bashrc.d/ls.sh
Normal file
4
.bashrc.d/ls.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
alias ls="ls --color=auto"
|
||||||
|
alias ll="ls --human-readable --color=auto -l"
|
||||||
|
alias la="ls --human-readable --all --color=auto -l"
|
||||||
|
alias lA="ls --human-readable --almost-all --color=auto -l"
|
Loading…
Add table
Add a link
Reference in a new issue