]> arthur.barton.de Git - ax-zsh.git/commitdiff
git: Add aliases for git_prompt_status
authorAlexander Barton <alex@barton.de>
Sun, 3 Feb 2019 16:51:25 +0000 (17:51 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 3 Feb 2019 16:51:25 +0000 (17:51 +0100)
This function is defined by OhMyZsh and used by some themes.

plugins/git/git.zshrc

index 416f8bd1c5ad516f49344b4dfee106616dd4132d..7c6e651f6098e225b81fd163f32a8aa04479134a 100644 (file)
@@ -45,6 +45,7 @@ git_prompt() {
 # OhMyZsh compatibility functions
 alias git_prompt_info=git_prompt
 alias parse_git_dirty=git_parse_dirty
+alias git_prompt_status=git_prompt
 
 ax_vcs_prompt_functions=($ax_vcs_prompt_functions git_prompt)