make git status no locking, so that we can work with repos right away
This commit is contained in:
parent
9130793a39
commit
ef69979a0d
2 changed files with 3 additions and 2 deletions
3
bashrc
3
bashrc
|
@ -27,8 +27,9 @@ prompt_command()
|
|||
(*) printf '\033]0;%s\007' "${HOSTNAME%%.*}";;
|
||||
esac
|
||||
((UID)) && clr=8 || clr=1
|
||||
PS1="[ bash-\\v $(colorize "$clr" \\u) \\h:$(colorize 8 "$(pwd)") ]\\n> "
|
||||
echo "[ bash-$BASH_VERSINFO | $(colorize "$clr" $USER) $HOSTNAME:$(colorize 8 "$(pwd)") ]"
|
||||
}
|
||||
PS1='> '
|
||||
PROMPT_COMMAND=prompt_command
|
||||
# }}}
|
||||
# {{{ aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue