1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00
Files
zsh/zsh.d/prompts/prompt_plain_setup
Andrea Mistrali 360ae5fa01 Remove useless fancyTerm, dust and repo_char functions
Removed functions, some prompts; rewrite prompts not to use fancyTerm
2021-10-27 16:05:28 +02:00

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 :