]> arthur.barton.de Git - ax-zsh.git/commit
Refactoring: Use "axzsh_" prefix (instead of "ax_") for all functions & variables
authorAlexander Barton <alex@barton.de>
Sat, 4 Dec 2021 12:37:17 +0000 (13:37 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 4 Dec 2021 12:56:40 +0000 (13:56 +0100)
commit77c36cbca8df38daf8c0c51860f3b778522c84c5
treed722bc77ae7d1037206ab71adaec37674bc34e3c
parent1702b785a006049187ca2e9dfb1ec0e310574d2f
Refactoring: Use "axzsh_" prefix (instead of "ax_") for all functions & variables

New function names:
- axzsh_hostname_prompt_root()
- axzsh_hostname_prompt_yn()
- axzsh_logname_prompt_root()
- axzsh_logname_prompt_yn()
- axzsh_plugin_fnc()
- axzsh_plugin_init()
- axzsh_prompt()
- axzsh_vcs_prompt()
- _axzsh_ssh_prompt()

New array names:
- axzsh_hostname_prompt_functions
- axzsh_logname_prompt_functions
- axzsh_vcs_prompt_functions
ax.zsh
bin/axzshctl
core/50_prompt/50_prompt.zshrc
core/99_cleanup/99_cleanup.zlogin
default_plugins/ssh/ssh.zshrc
plugins/git/git.zshrc
themes/ax.axzshtheme
themes/axemoji.axzshtheme
themes/debian.axzshtheme
themes/ohmyzsh.axzshtheme