summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/rc6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index 9431398..84af81f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -10,7 +10,6 @@
system=${$(uname):l}
alias 'linux:'='[[ $system == linux ]] &&'
-alias 'openbsd:'='[[ $system == openbsd ]] &&'
if [[ $system == linux ]] {
[[ -f /etc/debian_version ]] && distro=debian
@@ -22,11 +21,11 @@ if [[ $system == linux ]] {
# {{{ Functions for startup status
function zrc_status {
- echo -n "\r\e[2K\e[0;36m䷢\e[0m $*"
+ echo -n "\r\e[2K\e[0;32m>>\e[0m $*"
}
function zrc_info {
- echo "\e[0;36mℹ\e[0m $*"
+ echo "\e[0;31m>>\e[0m $*"
}
# }}}
@@ -553,7 +552,6 @@ compdef _functions reload
# {{{ Cleanup
echo -n "\r\e[2K"
unalias 'linux:'
-unalias 'openbsd:'
unfunction zrc_status zrc_info
unfunction xsource
unset system distro