Skip to content

Instantly share code, notes, and snippets.

View vbalien's full-sized avatar
🇰🇷

엘련(Jisu Kim) vbalien

🇰🇷
View GitHub Profile
@vbalien
vbalien / .bashrc
Created October 21, 2015 11:01
my PS1 setting
if [[ $EUID -ne 0 ]]; then
PS1='[\[$(tput setaf 6)\]\[$(tput bold)\]\u\[$(tput sgr0)\]@\[$(tput sgr0)\]\h\[$(tput sgr0)\]]\[$(tput setaf 5)\] \W\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]'
else
PS1='[\[$(tput setaf 1)\]\[$(tput bold)\]\u\[$(tput sgr0)\]@\[$(tput sgr0)\]\h\[$(tput sgr0)\]]\[$(tput setaf 5)\] \W\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]'
fi