summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 593bf3e..7e15436 100644
--- a/etc/rc
+++ b/etc/rc
@@ -21,7 +21,7 @@ if [[ $system == linux ]] {
# {{{ Startup infos
function zrc_info {
- echo "\e[0;31m>>\e[0m $*"
+ print -P "%F{red}>>%F{default} $*"
}
# }}}
@@ -534,7 +534,6 @@ compdef _functions reload
# }}}
# {{{ Cleanup
-echo -n "\r\e[2K"
unalias 'linux:'
unfunction zrc_info
unfunction xsource