summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/rc_status4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc_status b/etc/rc_status
index 58e6f53..0ff7193 100644
--- a/etc/rc_status
+++ b/etc/rc_status
@@ -1,7 +1,7 @@
## vim:ft=zsh
function zrc_status {
- echo -n "\r\e[2K\e[0;36m--\e[0m $*"
+ echo -n "\r\e[2K\e[0;36m䷢\e[0m $*"
}
function zrc_info {
- echo "\e[0;36m--\e[0m $*"
+ echo "\e[0;36mℹ\e[0m $*"
}