Added minimal theme
This commit is contained in:
9
themes/minimal/minimal.theme.bash
Normal file
9
themes/minimal/minimal.theme.bash
Normal file
@@ -0,0 +1,9 @@
|
||||
prompt_setter() {
|
||||
if [[ $? -eq 0 ]]; then
|
||||
PS1="\W "
|
||||
else
|
||||
PS1="${red}\W ${reset_color}"
|
||||
fi
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=prompt_setter
|
||||
Reference in New Issue
Block a user