mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
11 lines
517 B
Bash
11 lines
517 B
Bash
# # POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
|
|
# if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
|
|
# POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator context dir vcs)
|
|
# else
|
|
# POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir vcs)
|
|
# fi
|
|
# # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time)
|
|
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv background_jobs disk_usage)
|
|
# POWERLEVEL9K_MODE='nerdfont-complete'
|
|
|
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|