Move ls aliases to rc.darwin, since they're sorta Darwin specific
This commit is contained in:
parent
927cb0c66d
commit
0cdd328b3d
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,10 @@
|
|||
# Darwin specific interactive shell setup for Bash and derivatives
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
alias ls='gls'
|
||||
alias ls="gls --color=auto"
|
||||
alias la="gls -A --color=auto"
|
||||
alias ll="gls -l --color=auto"
|
||||
alias l.="gls -d --color=auto .*"
|
||||
alias dircolors='gdircolors'
|
||||
|
||||
if [[ $? -eq 0 ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue