]> git.alrj.org Git - zsh.d.git/blobdiff - S10_zshopts
Add battery level in right prompt.
[zsh.d.git] / S10_zshopts
index e382cfc65d7f24b7652c5f8763d095ac25bc4e76..c4c3b6c4281d5d570e2a6609b550b34953e8a7e7 100644 (file)
@@ -8,6 +8,10 @@ fi
 setopt auto_cd
 setopt nobeep
 
+autoload -U colors
+colors
+setopt prompt_subst
+
 typeset -ga preexec_functions
 typeset -ga precmd_functions
 typeset -ga chpwd_functions