Remove fixme from .bashrc.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-01 17:59:05 +01:00
commit 99caf81ebc

View file

@ -28,7 +28,6 @@ __prompt_git_status() {
# Do nothing if there's an error.
(( ERR >= 1 )) || { (( ERR == 128 )) && (( ${#GIT_REPO_INFO[@]} != 3 )); } && return "$RET"
# FIXME: Move the git dir to status below.
# Generate the prompt.
if [[ "${GIT_REPO_INFO[2]}" == "true" ]]; then
# If in the git directory, use a special branch marker.