Current Path :
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/zsh/5.0.2/functions/prompt_off_setup
# Very simple prompt prompt_off_setup () { PS1="%# " PS2="> " prompt_opts=( cr percent ) } prompt_off_setup "$@"