Skip to content

Commit 2e9b1c4

Browse files
committed
remove color for current branch
1 parent 149490a commit 2e9b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/prompt/basic-git.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export def basic-git-left-prompt [in_left_prompt] {
2020
let currently_in_git_repo = in_git_repo
2121

2222
if $currently_in_git_repo {
23-
let current_branch = $"(ansi purple_bold)(git branch --show-current)(ansi reset)"
23+
let current_branch = $"(git branch --show-current)"
2424

2525
let current_status = git status -s
2626
| lines

0 commit comments

Comments
 (0)