zsh/zsh.d/prompts/prompt_plain_setup

8 lines
123 B
Bash

function prompt_plain_setup {
PS1="%B[%l] %n@%m:%~ %#%b "
}
prompt_plain_setup
# vim: set ts=4 sw=4 tw=0 ft=zsh :