Help passing zsh prompt string using home-manager
NixOS Discourse
Help passing zsh prompt string using home-manager
Hi, I’ve got a zsh prompt string I’m trying to pass into the .zshrc file but it’s got a variable in the string which is causing problems. Here is the string; PROMPT="(%F{magenta}%D{%d/%m/%y %H:%M:%S}%f) %F{cyan}%n%f@%F{cyan}%m%f in %F{2}%~%f %F{red}%#%f ‘’${vcs_info_msg_0_}>> " I’ve tried putting a ‘‘ infront of the ${ which works but then zsh ignores it because it’s escaped. Is there any other way to get the string as is through? It’s showing me some git information when I’m in a git direct...
0 comments
No comments yet.