1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00
Files
zsh/zsh.d/prompts/prompt_minimal_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
116 B
Bash

function prompt_minimal_setup {
PS1="%B%. %#%b "
}
prompt_minimal_setup
# vim: set ts=4 sw=4 tw=0 ft=zsh :