mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
11 lines
255 B
Text
11 lines
255 B
Text
prompt_restore_setup () {
|
|
# Damn that was easy
|
|
zstyle -t :prompt-theme cleanup
|
|
zstyle -t :prompt-theme restore
|
|
}
|
|
|
|
prompt_restore_preview () {
|
|
echo "The prompt command 'restore' is not a theme and cannot be previewed."
|
|
}
|
|
|
|
prompt_restore_setup "$@"
|