Don't use GNU aliases on NetBSD either.

This commit is contained in:
David Tomaschik
2018-03-03 17:43:01 -08:00
parent d08af13a1c
commit 24676d6a87

View File

@@ -8,7 +8,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
alias luksFormat='cryptsetup luksFormat -s 512 -c aes-xts-plain64 -h sha256 -i 15000'
# Colors
if [ `uname` != 'Darwin' ] ; then
if [ `uname` != 'Darwin' && `uname` != 'NetBSD' ] ; then
# Should have a better way to check for GNU versions
alias ls='ls --color=auto'
alias grep='grep --color=auto'