diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2005-05-10 04:38:54 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-05-10 04:38:54 +0000 |
| commit | d0a12b9d7bf8794c1fd4b490501ee167aa62b511 (patch) | |
| tree | e4e2e6189b4feefbf034784471b3c64d9efba95c /Functions/Prompts/prompt_bart_setup | |
| parent | * 21239: Completion/Unix/Command/_ccal: completion for ccal. (diff) | |
| download | zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar.gz zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar.bz2 zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar.lz zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar.xz zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.tar.zst zsh-d0a12b9d7bf8794c1fd4b490501ee167aa62b511.zip | |
Misc. prompt theme repairs
Diffstat (limited to 'Functions/Prompts/prompt_bart_setup')
| -rw-r--r-- | Functions/Prompts/prompt_bart_setup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Functions/Prompts/prompt_bart_setup b/Functions/Prompts/prompt_bart_setup index 2f0e44f43..0826d1872 100644 --- a/Functions/Prompts/prompt_bart_setup +++ b/Functions/Prompts/prompt_bart_setup @@ -180,4 +180,9 @@ prompt_bart_setup () { return 0 } +prompt_bart_preview () { + local +h PS1='%# ' + prompt_preview_theme bart "$@" +} + [[ -o kshautoload ]] || prompt_bart_setup "$@" |
