]> arthur.ath.cx Git - ax-zsh.git/blobdiff - themes/ohmyzsh.axzshtheme
Refactoring: Use "axzsh_" prefix (instead of "ax_") for all functions & variables
[ax-zsh.git] / themes / ohmyzsh.axzshtheme
index c3612c35e8cd584e5a832a7a69aa29ed06184b34..f3beed4383089f9d8c232fb1ca5532f5517911ab 100644 (file)
@@ -2,7 +2,7 @@
 # ohmyzsh.axzshtheme: OhMyZSH "robbyrussell" theme
 
 ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
-PS1='${ret_status} %{$fg[cyan]%}%c%b $(ax_vcs_prompt)%b '
+PS1='${ret_status} %{$fg[cyan]%}%c%b $(axzsh_vcs_prompt)%b '
 
 ZSH_THEME_VCS_PROMPT_PREFIX_SPACING="%{$fg_bold[blue]%}vcs:("
 ZSH_THEME_VCS_PROMPT_PREFIX="%{$fg[red]%}"