]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/ax.axzshtheme
Correctly test XDG_CACHE_HOME for writability for "stamp files"
[ax-zsh.git] / themes / ax.axzshtheme
index 0a4eda4a6c285c8143f3ef2bd7fa9e0ddb91cb20..ddb67f0711ba1d17e336f4419c6a65d97fc85f08 100644 (file)
@@ -9,11 +9,11 @@ ZSH_THEME_PROMPT_ROOT_PREFIX="%{$fg_bold[red]%}"
 ZSH_THEME_PROMPT_SUFFIX="%b%{$reset_color%}"
 ZSH_THEME_PROMPT_SUFFIX_SPACING=" "
 
-ax_logname_prompt_functions=($ax_logname_prompt_functions ax_logname_prompt_root)
-ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_root)
+axzsh_logname_prompt_functions=($axzsh_logname_prompt_functions axzsh_logname_prompt_root)
+axzsh_hostname_prompt_functions=($axzsh_hostname_prompt_functions axzsh_hostname_prompt_root)
 
 # The primary prompt string, printed before a command is read.
-PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b"'$(ax_vcs_prompt)'"$(ax_prompt)"
+PS1="$(axzsh_logname_prompt_yn)$(axzsh_hostname_prompt_yn)%B%2~%b"'$(axzsh_vcs_prompt)'"$(axzsh_prompt)"
 
 # Primary prompt on the right-hand side.
 axzsh_is_utf_terminal \