my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

*

+1 -6
+1 -6
.rc
··· 27 27 esac 28 28 } 29 29 30 - # yep still needed 31 - if ls --version 2>&1 | grep -i gnu > /dev/null 32 - then 33 - alias ls='ls --color=auto ' 34 - elif ls --version 2>&1 | grep -i busybox > /dev/null 35 - then 30 + if ls --version 2>&1 | grep -iE "gnu|busybox" > /dev/null; then 36 31 alias ls='ls --color=auto ' 37 32 fi 38 33