Created
February 21, 2017 17:16
-
-
Save carlohcs/24fd7baf5d7b2c1da3cbcb3cb34ad793 to your computer and use it in GitHub Desktop.
Animated Custom PS1 (terminal line)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gre='\e[0;32m'; # green | |
Cya='\e[0;36m'; # cyan | |
Yel='\e[0;33m'; # yellow | |
Red='\e[0;31m'; # red | |
NC='\e[0m'; # No Color | |
PS1="\`if [ \$? = 0 ]; then printf \${Gre}\(\ノ\^\∇\^\)\${NC}; else echo \[\e[31m\]\(\╯\°\□\°\)\╯\︵ \┻\━\┻\[\e[0m\]; fi;\` ${Cya}\u ${Red}@ ${Cya}\h ${Gre}\w${Yel}\`__git_ps1\`${NC}\n\$ "; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment