Add an easy, consistent, global PS1. Big thanks to FreeBSD for the simplicity.

This commit is contained in:
Hyperling 2021-07-11 13:13:51 -05:00
parent 55e38480e6
commit 189bbd1b5b

View File

@ -111,6 +111,7 @@
fi
curl "https://wttr.in/${1//\ /+}"
}
PS1: "export PS1='[\u@\h \w]\$'"
- name: General | Account Management | Users | Files | Common Variable
set_fact:
@ -120,6 +121,7 @@
{{ alias_mv }}
{{ alias_rm }}
{{ function_wttr }}
{{ PS1 }}
- name: General | Account Management | Users | Files | .bashrc
blockinfile: