zsh/zsh.d/prompts/prompt_minimal_setup

8 lines
116 B
Bash

function prompt_minimal_setup {
PS1="%B%. %#%b "
}
prompt_minimal_setup
# vim: set ts=4 sw=4 tw=0 ft=zsh :