about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_off_setup
blob: 318060e889ccc476705c06e00e547612b1d294bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Converted to zsh prompt theme by bash2zshprompt, written by <adam@spiers.net>
# Very simple prompt
prompt_off_setup () {
  PS1="%# "
  PS2="> "

  precmd () { }
  preexec () { }
}

prompt_off_setup "$@"