aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index 6c11daf..d00d6ef 100644
--- a/mkshrc
+++ b/mkshrc
@@ -629,6 +629,16 @@ elif [ $SHELL = "/bin/zsh" ] ||
[ $SHELL = "/usr/bin/zsh" ] ||
[ $SHELL = "/usr/local/bin/zsh" ] ; then
set -o emacs
+
+ setaliases
+ setsudoaliases
+
+ if [ $COLOR -eq 1 ] ; then
+ colormanpages
+ setcolorterminal
+ setcoloraliases
+ setlscolors
+ fi
else
# Support other shells
setaliases