mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
Added a mechanism to make deprecated segments visible to the user.
This commit is contained in:
@@ -754,6 +754,14 @@ powerlevel9k_init() {
|
||||
print -P "You should put: %F{blue}export TERM=\"xterm-256color\"%f in your \~\/.zshrc"
|
||||
fi
|
||||
|
||||
typeset -Ah deprecated_segments
|
||||
# old => new
|
||||
deprecated_segments=(
|
||||
'longstatus' 'status'
|
||||
)
|
||||
print_deprecation_warning deprecated_segments
|
||||
|
||||
|
||||
setopt prompt_subst
|
||||
|
||||
setopt LOCAL_OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user