Skip to content

Commit

Permalink
refactor(themes): renaming the git reference to omb_prompt_git
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <[email protected]>
  • Loading branch information
BrunoCiccarino and akinomyoga authored Jan 22, 2025
1 parent 217b535 commit 37497eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nekonight/nekonight-base.sh
Original file line number Diff line number Diff line change
@@ -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:-🐱}"
Expand Down

0 comments on commit 37497eb

Please sign in to comment.