Fix for root's prompt.
This commit is contained in:
parent
ac0596c91f
commit
6ab6c88004
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
function prompt_pwd
|
function prompt_pwd
|
||||||
pwd | sed "s|$HOME|~|"
|
pwd | sed -e 's|/private||' -e "s|$HOME|~|"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue