We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149490a commit 2e9b1c4Copy full SHA for 2e9b1c4
modules/prompt/basic-git.nu
@@ -20,7 +20,7 @@ export def basic-git-left-prompt [in_left_prompt] {
20
let currently_in_git_repo = in_git_repo
21
22
if $currently_in_git_repo {
23
- let current_branch = $"(ansi purple_bold)(git branch --show-current)(ansi reset)"
+ let current_branch = $"(git branch --show-current)"
24
25
let current_status = git status -s
26
| lines
0 commit comments