Fix aliases file.

This commit is contained in:
David Tomaschik
2019-03-21 15:25:05 -07:00
parent f70488eab7
commit ee67442965

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 [ ls --version >/dev/null 2>&1 ] ; then
if ls --version >/dev/null 2>&1 ; then
alias ls='ls --color=auto'
fi
if [ `uname` != 'Darwin' -a `uname` != 'NetBSD' -a `uname` != 'FreeBSD' -a `uname` != 'OpenBSD' ] ; then