]> arthur.ath.cx Git - ax-zsh.git/blobdiff - themes/axemoji.axzshtheme
Refactoring: Use "axzsh_" prefix (instead of "ax_") for all functions & variables
[ax-zsh.git] / themes / axemoji.axzshtheme
index 331a3221fd1aa953701a7bda2faf079e315382af..ec1237677109de3a8819fe5ac8131e972eef808c 100644 (file)
@@ -32,7 +32,7 @@ else
 fi
 
 # The primary prompt string, printed before a command is read.
-PS1="${system_emoji}${emoji_spacing} $(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b"'$(ax_vcs_prompt)'"$(ax_prompt)"
+PS1="${system_emoji}${emoji_spacing} $(axzsh_logname_prompt_yn)$(axzsh_hostname_prompt_yn)%B%2~%b"'$(axzsh_vcs_prompt)'"$(axzsh_prompt)"
 
 # Default execution trace prompt.
 PS4="$fg_no_bold[yellow]->$reset_color "