mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-10-13 9958c86a813918704dede9a7c0920ccb4eb5c55b
made POSIX shell compliant
1 files modified
2 ■■■ changed files
all-shells/.commonshell 2 ●●● patch | view | raw | blame | history
all-shells/.commonshell
@@ -1,5 +1,5 @@
#aliases
if [[ "$OSTYPE" == "darwin"* ]]; then
if [ -z "${OSTYPE##*darwin*}" ]; then
    #Mac OSX specific versions
    alias ls="ls -G"
else