]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Use the quotes for ENV
authorRuben Beltran del Rio <redacted>
Thu, 29 Feb 2024 21:13:44 +0000 (22:13 +0100)
committerRuben Beltran del Rio <redacted>
Thu, 29 Feb 2024 21:13:44 +0000 (22:13 +0100)
zsh/functions/status.zsh

index 3da8977e6e36f878a4667d3584f5d44eafc0e0bb..01534353815e6fe42970ec6f35ca9a1f3ba8a44f 100644 (file)
@@ -8,7 +8,7 @@ function tool_versions() {
 
 function env_info_provider() { echo "%{%F{green}%}n/a"; }
 function env_info {
-  echo "[%{%F{cyan}%}ENV%{%F{black}%} $(env_info_provider)%{%F{black}%}]"
+  echo "\u300c%{%F{black}%} $(env_info_provider)%{%F{black}%} \u300d"
 }
 
 function python_info {