Load .zsh_user once before the first prompt and remove legacy direct source lines during updates. Disable Clash proxy environment variables in the default user configuration.
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
__zsh_clash_env_unset
|
|
|
|
# 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
|