lazy/files/zsh/.zsh_user
2025-11-10 18:03:19 +08:00

13 lines
295 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