diff --git a/share/completions/git.fish b/share/completions/git.fish index 6f3fc4411..47d2ac9e1 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -19,11 +19,11 @@ function __fish_git_recent_commits end function __fish_git_local_branches - command git branch | string trim -c ' *' + command git branch --no-color | string trim -c ' *' end function __fish_git_remote_branches - command git branch --remote | string trim -c ' *' + command git branch --no-color --remote | string trim -c ' *' end function __fish_git_branches