summaryrefslogtreecommitdiffstats
path: root/prompt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xprompt.bash2
-rwxr-xr-xprompt.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/prompt.bash b/prompt.bash
index 604d8e1..264ea7b 100755
--- a/prompt.bash
+++ b/prompt.bash
@@ -10,7 +10,7 @@ if is_repo; then
if show_remote_status $args; then
bash_color_remote_commits
fi
- readable_branch_name
+ bash_readable_branch_name
bash_color_local_commits
printf "\x01\033[1;30m\x02)\x01\033[0m\x02"
bash_color_changes_status
diff --git a/prompt.zsh b/prompt.zsh
index e996b77..5a7cb40 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -12,7 +12,7 @@ if is_repo; then
if show_remote_status $args; then
zsh_color_remote_commits
fi
- readable_branch_name
+ zsh_readable_branch_name
zsh_color_local_commits
printf '%s' "%{$fg_bold[black]%})%{$reset_color%}"
zsh_color_changes_status