Remove chevrons from prompt
This commit is contained in:
parent
efbfa23241
commit
e7750cb0a9
@ -49,8 +49,8 @@ prompt_fresh_setup() {
|
||||
local userhost="$userhost@`hostname`"
|
||||
fi
|
||||
|
||||
PS1="«$user» "
|
||||
PS2="«${(l:${#userhost}:: :)}» "
|
||||
PS1="$user "
|
||||
PS2="${(l:${#userhost}:: :)} "
|
||||
|
||||
prompt_opts=(percent sp subst)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user