diff --git a/dotfiles/aliases b/dotfiles/aliases index 800582f..a0b7a62 100755 --- a/dotfiles/aliases +++ b/dotfiles/aliases @@ -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'