remove extra blank lines.
parent
225545dc15
commit
4faba2ba0f
|
|
@ -15,8 +15,6 @@ if [ $(uname) = "Linux" ] || brew ls --versions coreutils > /dev/null
|
||||||
then
|
then
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
which gshuf &> /dev/null
|
which gshuf &> /dev/null
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue