mirror of
https://github.com/itme-brain/bash.git
synced 2026-05-08 07:20:12 -04:00
updated
This commit is contained in:
parent
f6700648a3
commit
f0fe41e942
3 changed files with 26 additions and 8 deletions
6
prompt
6
prompt
|
|
@ -172,4 +172,8 @@ git() {
|
|||
return $ret
|
||||
}
|
||||
|
||||
PROMPT_COMMAND="_set_prompt"
|
||||
if [ -n "$PROMPT_COMMAND" ]; then
|
||||
PROMPT_COMMAND="_set_prompt;$PROMPT_COMMAND"
|
||||
else
|
||||
PROMPT_COMMAND="_set_prompt"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue