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
|
case $(uname) in
|
||||||
Linux)
|
Linux)
|
||||||
alias ls='ls --color'
|
alias ls='ls --color'
|
||||||
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
command -v port >/dev/null && . /opt/local/etc/bashrc.mac
|
command -v port >/dev/null && . /opt/local/etc/bashrc.mac
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue