Add an easy, consistent, global PS1. Big thanks to FreeBSD for the simplicity.
This commit is contained in:
parent
55e38480e6
commit
189bbd1b5b
@ -111,6 +111,7 @@
|
|||||||
fi
|
fi
|
||||||
curl "https://wttr.in/${1//\ /+}"
|
curl "https://wttr.in/${1//\ /+}"
|
||||||
}
|
}
|
||||||
|
PS1: "export PS1='[\u@\h \w]\$'"
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | Common Variable
|
- name: General | Account Management | Users | Files | Common Variable
|
||||||
set_fact:
|
set_fact:
|
||||||
@ -120,6 +121,7 @@
|
|||||||
{{ alias_mv }}
|
{{ alias_mv }}
|
||||||
{{ alias_rm }}
|
{{ alias_rm }}
|
||||||
{{ function_wttr }}
|
{{ function_wttr }}
|
||||||
|
{{ PS1 }}
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | .bashrc
|
- name: General | Account Management | Users | Files | .bashrc
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user