summaryrefslogtreecommitdiff
path: root/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile')
-rw-r--r--etc/profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile b/etc/profile
index 7c0d8f2..ed9a40d 100644
--- a/etc/profile
+++ b/etc/profile
@@ -2,15 +2,15 @@
setopt extended_glob
function pr_info {
- print -P "%F{cyan}>>%F{reset} $*"
+ print -P "%F{cyan}>>%F{default} $*"
}
echo
-pr_info "This is %F{cyan}$(uname -srm)%F{reset} on %F{cyan}%y%F{reset}"
-[[ -r /etc/gentoo-release ]] && pr_info "Running %F{cyan}Gentoo%F{reset} ${$(cat /etc/gentoo-release)#(#i)gentoo }"
-[[ -r /etc/debian_version ]] && pr_info "Running %F{cyan}Debian%F{reset} $(cat /etc/debian_version)"
-[[ -r /etc/arch-release ]] && pr_info "Running %F{cyan}Arch%F{reset}"
-[[ -r /etc/redhat-release ]] && pr_info "Running %F{cyan}Redhat%F{reset}"
+pr_info "This is %F{cyan}$(uname -srm)%F{default} on %F{cyan}%y%F{default}"
+[[ -r /etc/gentoo-release ]] && pr_info "Running %F{cyan}Gentoo%F{default} ${$(cat /etc/gentoo-release)#(#i)gentoo }"
+[[ -r /etc/debian_version ]] && pr_info "Running %F{cyan}Debian%F{default} $(cat /etc/debian_version)"
+[[ -r /etc/arch-release ]] && pr_info "Running %F{cyan}Arch%F{default}"
+[[ -r /etc/redhat-release ]] && pr_info "Running %F{cyan}Redhat%F{default}"
echo
[[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!"