diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-06-12 15:51:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-06-12 15:51:41 +0000 |
commit | b629acabcc3ab6bfb4cab5dfc987084860cdfcfa (patch) | |
tree | 6405aa690167a6d54894532a488971c82dcdedea /Functions | |
parent | 709aee90ce3b082fdb16b987ebf515e259a5e153 (diff) | |
download | zsh-b629acabcc3ab6bfb4cab5dfc987084860cdfcfa.tar.gz zsh-b629acabcc3ab6bfb4cab5dfc987084860cdfcfa.tar.xz zsh-b629acabcc3ab6bfb4cab5dfc987084860cdfcfa.zip |
Remove conversion comment.
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Prompts/prompt_off_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_off_setup b/Functions/Prompts/prompt_off_setup index 318060e88..6091f4894 100644 --- a/Functions/Prompts/prompt_off_setup +++ b/Functions/Prompts/prompt_off_setup @@ -1,9 +1,9 @@ -# Converted to zsh prompt theme by bash2zshprompt, written by <adam@spiers.net> # Very simple prompt prompt_off_setup () { PS1="%# " PS2="> " + prompt_opts=( cr percent ) precmd () { } preexec () { } } |