mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
8 lines
116 B
Bash
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 :
|