bash-git-prompt icon indicating copy to clipboard operation
bash-git-prompt copied to clipboard

Feature request: option to disable L symbol for untracked branches

Open justyn opened this issue 7 years ago • 1 comments

It would be nice to be able to completely remove the display of the letter L from the prompt for branches that are not tracked.

Or alternatively there could be an option to just disable all the remote tracking info (ahead/behind/L etc) for those that don't need it.

Thanks.

justyn avatar Apr 13 '18 16:04 justyn

GIT_PROMPT_SEPARATOR=""
GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING=" "

It worked for me

k8adev avatar May 18 '18 19:05 k8adev