Remove fixme from .bashrc.
This commit is contained in:
parent
b0af5d148b
commit
99caf81ebc
1 changed files with 0 additions and 1 deletions
1
.bashrc
1
.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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue