Remove fixme from .bashrc.
This commit is contained in:
parent
8ad75039f3
commit
1ec658baf4
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.
|
# Do nothing if there's an error.
|
||||||
(( ERR >= 1 )) || { (( ERR == 128 )) && (( ${#GIT_REPO_INFO[@]} != 3 )); } && return "$RET"
|
(( ERR >= 1 )) || { (( ERR == 128 )) && (( ${#GIT_REPO_INFO[@]} != 3 )); } && return "$RET"
|
||||||
|
|
||||||
# FIXME: Move the git dir to status below.
|
|
||||||
# Generate the prompt.
|
# Generate the prompt.
|
||||||
if [[ "${GIT_REPO_INFO[2]}" == "true" ]]; then
|
if [[ "${GIT_REPO_INFO[2]}" == "true" ]]; then
|
||||||
# If in the git directory, use a special branch marker.
|
# If in the git directory, use a special branch marker.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue