lazy/files/zsh/.zsh_user
2025-11-10 18:06:46 +08:00

13 lines
307 B
Plaintext

# 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