2017-01-15 11:57:15 +05:00
|
|
|
# Some good aliases for FreeBSD.
|
|
|
|
|
|
|
|
if [ "${OS/FreeBSD}" != "${OS}" ]; then
|
|
|
|
# Files navigation.
|
|
|
|
alias ls="ls -G"
|
2017-01-15 16:55:38 +05:00
|
|
|
# mc having troubles with subshells and normal users accounts.
|
|
|
|
# Force an alias that will launch mc without subshell capabilities.
|
|
|
|
alias mc="mc -u"
|
2017-01-15 11:57:15 +05:00
|
|
|
fi
|