20 lines
385 B
Bash
20 lines
385 B
Bash
# Minimal Powerlevel10k config (lean-ish). Users can customize later via `p10k configure`.
|
|
|
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
|
dir
|
|
vcs
|
|
newline
|
|
prompt_char
|
|
)
|
|
|
|
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
|
status
|
|
command_execution_time
|
|
background_jobs
|
|
time
|
|
)
|
|
|
|
typeset -g POWERLEVEL9K_MODE='nerdfont-complete'
|
|
typeset -g POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
|
|