lazy/files/zsh/.zsh_user
Konano b93d9ab879
feat(zsh): load user config after zshrc
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.
2026-09-08 12:03:26 +08:00

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