mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19:06 +00:00
8 lines
123 B
Bash
8 lines
123 B
Bash
function prompt_server_setup {
|
|
PS1="%T %B%n@%m:%~ %#%b "
|
|
}
|
|
|
|
prompt_server_setup
|
|
|
|
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|