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

Joel Grunbaum
2021-12-13 1ccd47cb1f40c76ac65ab009fb6169d2ba854909
all-shells/.commonshell
@@ -3,6 +3,9 @@
   #Mac OSX specific versions
   alias ls="ls -G"
   [ -d /usr/local/opt/llvm/bin ] && PATH="$PATH:/usr/local/opt/llvm/bin"
   [ -d "$(brew --prefix coreutils)/libexec/gnubin" ] && export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
   [ -d "$(brew --prefix grep)/libexec/gnubin" ] && export PATH="$(brew --prefix grep)/libexec/gnubin:$PATH"
   [ -d "$(brew --prefix findutils)/libexec/gnubin" ] && export PATH="$(brew --prefix findutils)/libexec/gnubin:$PATH"
else
   #Linux + others as default
   alias ls="ls --color=auto"