Open5

oh-my-zshなどのターミナルなどの初期設定

lowzzylowzzy

~/.zshrc

ZSH_THEME="bira"

~/.oh-my-zsh/themes/bira.zsh-theme(変更前)

PROMPT="╭─${user_host}${current_dir}${rvm_ruby}${vcs_branch}${venv_prompt}
╰─%B${user_symbol}%b "

~/.oh-my-zsh/themes/bira.zsh-theme(変更後)

PROMPT="╭─${current_dir}${rvm_ruby}${vcs_branch}${venv_prompt}
╰─%B${user_symbol}%b "