mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
Sorted segments alphabetically.
This commit is contained in:
parent
642205a1a6
commit
d0a76d721c
@ -289,14 +289,6 @@ prompt_aws() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# The 'custom` prompt provides a way for users to invoke commands and display
|
|
||||||
# the output in a segment.
|
|
||||||
prompt_custom() {
|
|
||||||
local command=POWERLEVEL9K_CUSTOM_$3:u
|
|
||||||
|
|
||||||
"$1_prompt_segment" "${0}_${3:u}" "$2" $DEFAULT_COLOR_INVERTED $DEFAULT_COLOR "$(eval ${(P)command})"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Segment to indicate background jobs with an icon.
|
# Segment to indicate background jobs with an icon.
|
||||||
prompt_background_jobs() {
|
prompt_background_jobs() {
|
||||||
if [[ $(jobs -l | wc -l) -gt 0 ]]; then
|
if [[ $(jobs -l | wc -l) -gt 0 ]]; then
|
||||||
@ -407,6 +399,14 @@ prompt_context() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# The 'custom` prompt provides a way for users to invoke commands and display
|
||||||
|
# the output in a segment.
|
||||||
|
prompt_custom() {
|
||||||
|
local command=POWERLEVEL9K_CUSTOM_$3:u
|
||||||
|
|
||||||
|
"$1_prompt_segment" "${0}_${3:u}" "$2" $DEFAULT_COLOR_INVERTED $DEFAULT_COLOR "$(eval ${(P)command})"
|
||||||
|
}
|
||||||
|
|
||||||
# Dir: current working directory
|
# Dir: current working directory
|
||||||
prompt_dir() {
|
prompt_dir() {
|
||||||
local current_path='%~'
|
local current_path='%~'
|
||||||
|
Loading…
Reference in New Issue
Block a user