From 1ec658baf41542c3f41644f77d4f8f861b9ccdce Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 1 Oct 2023 17:59:05 +0100 Subject: [PATCH] Remove fixme from .bashrc. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index c2e0389..8268570 100644 --- a/.bashrc +++ b/.bashrc @@ -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.