- If
hostname: USER ▶ pwd
fits on a single line;
─┬─[ hostname: user ▶ pwd ]
├─[ 🐍 venv_name ]
├─[ proj_name ▶ git_prompt ]
╰─>
with
git
andvirtual_env
─┬─[ hostname: user ▶ pwd ]
╰─>
without
git
andvirtual_env
- If
hostname: user ▶ pwd
doesn't fit on a single line butpwd
does;
─┬─[ hostname: user ]
├─[ pwd ]
╰─>
without
git
andvirtual_env
- If
pwd
is too long to fit onto a single line;
─┬─[ hostname: user ]
├─[ dirname (prompt_pwd)/↴ ]
├─[ ↳ basename (pwd) ]
╰─>
without
git
andvirtual_env