# HOST="VM-ubuntu" # ZSH_THEME="robbyrussell" # PROMPT='%(?:%{$fg_bold[green]%}:%{$fg_bold[red]%})${HOST:-} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' if [ -f "$HOME/.local/bin/env" ]; then . "$HOME/.local/bin/env" fi if command_exists ipython3; then alias ipy='ipython3' fi