ps1
This commit is contained in:
parent
373b40dcf1
commit
d3bfa52eda
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ps1() {
|
||||||
echo -e "${view}\n${PS2}"
|
echo -e "${view}\n${PS2}"
|
||||||
}
|
}
|
||||||
|
|
||||||
PS1='$(eval ps1 ${?})'
|
PS1="\$(ps1 \${?})"
|
||||||
|
|
||||||
PS2="\
|
PS2="\
|
||||||
├ "
|
├ "
|
||||||
|
|
Loading…
Reference in a new issue