ps2
This commit is contained in:
parent
3a2a6a483c
commit
373b40dcf1
1 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,4 @@
|
|||
PS2="\
|
||||
├ "
|
||||
|
||||
function ps1 {
|
||||
ps1() {
|
||||
local code=${1}
|
||||
local date="$(date +%H:%M:%S)"
|
||||
local git
|
||||
|
@ -33,3 +30,6 @@ local view="└ "
|
|||
}
|
||||
|
||||
PS1='$(eval ps1 ${?})'
|
||||
|
||||
PS2="\
|
||||
├ "
|
||||
|
|
Loading…
Reference in a new issue