This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:user_profiles [2024/03/06 17:51] manu |
aix:user_profiles [2024/03/06 17:51] (current) manu |
||
---|---|---|---|
Line 86: | Line 86: | ||
Ex of addon to **/etc/profile** | Ex of addon to **/etc/profile** | ||
<code> | <code> | ||
+ | ... | ||
+ | |||
HOSTNAME=$(/usr/bin/hostname -s) | HOSTNAME=$(/usr/bin/hostname -s) | ||
PS1="[\$LOGNAME@\$HOSTNAME]\$PWD# " | PS1="[\$LOGNAME@\$HOSTNAME]\$PWD# " |