diff --git a/custom-completions/git/git-completions.nu b/custom-completions/git/git-completions.nu index 4552618..dadf4ab 100644 --- a/custom-completions/git/git-completions.nu +++ b/custom-completions/git/git-completions.nu @@ -1,7 +1,7 @@ # Written by JT def "nu-complete git branches" [] { - ^git branch | lines | each { |line| $line | str find-replace "\* " "" | str trim } + ^git branch | lines | each { |line| $line | str find-replace '\* ' "" | str trim } } def "nu-complete git remotes" [] {