blob: c1f9bfb7e7f5cd5f25f4d3ce8d03359ab0d0a050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 "$@"
|