mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
8 lines
123 B
Bash
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 :
|