X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2FPS1.sh;h=731133db9f18fbdaeacd88e7c230f29e13797903;hb=4c601c57ba77fef5c4edb1861f4d402173947861;hp=943263541cf7a60f24fefe3e6c6d48cbed7adbb5;hpb=3200a6eef119b72285f5dd9bc2eb04cde4096310;p=home.git diff --git a/.profile.d/PS1.sh b/.profile.d/PS1.sh index 9432635..731133d 100644 --- a/.profile.d/PS1.sh +++ b/.profile.d/PS1.sh @@ -1 +1 @@ -PS1='\[\e[0;33m\]\u\[\e[30;1m\]@\[\e[31;1m\]\h'`cat /etc/ps1_append`'\[\e[30;1m\] \j:$? \[\e[34;1m\]\W \$\[\e[0m\] ' +PS1='\[\e[0;33m\]\u\[\e[30;1m\]@\[\e[31;1m\]\h'$([ -e /etc/ps1_append ] && cat /etc/ps1_append)'\[\e[30;1m\] \j:$? \[\e[34;1m\]\W \$\[\e[0m\] '