bashrc: finish Linux case in switch statement (whoops)
This commit is contained in:
parent
a2811701ce
commit
0c6b1312a9
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -11,6 +11,7 @@ command -v uname >/dev/null &&
|
|||
case $(uname) in
|
||||
Linux)
|
||||
alias ls='ls --color'
|
||||
;;
|
||||
Darwin)
|
||||
command -v port >/dev/null && . /opt/local/etc/bashrc.mac
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue