From 37497eb3db2380e1914dd9ce00bf7c9d65b9567a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ciccarino=20=CE=BB?= <82242552+BrunoCiccarino@users.noreply.github.com> Date: Wed, 22 Jan 2025 05:26:35 -0300 Subject: [PATCH] refactor(themes): renaming the git reference to omb_prompt_git Co-authored-by: Koichi Murase --- themes/nekonight/nekonight-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nekonight/nekonight-base.sh b/themes/nekonight/nekonight-base.sh index ee440fa02..27562c013 100644 --- a/themes/nekonight/nekonight-base.sh +++ b/themes/nekonight/nekonight-base.sh @@ -1,6 +1,6 @@ function _omb_theme_nekonight_git_prompt_info() { local branch_name - branch_name=$(git symbolic-ref --short HEAD 2>&-) + branch_name=$(_omb_prompt_git symbolic-ref --short HEAD 2>&-) local git_status="" local icon_emoji="${_omb_theme_nekonight_icon_emoji:-🐱}"