I want to modify oh my zsh default command prompt to have complete path for current directory from home. I want :
➜ ~/parentFolder/myFolder git:(master)
instead of :
➜ myFolder git:(master)
To achive that past this line on the end of your .zshrc file:
PROMPT='${ret_status} %{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With