Skip to content

Instantly share code, notes, and snippets.

@carlohcs
Created February 21, 2017 17:16
Show Gist options
  • Save carlohcs/24fd7baf5d7b2c1da3cbcb3cb34ad793 to your computer and use it in GitHub Desktop.
Save carlohcs/24fd7baf5d7b2c1da3cbcb3cb34ad793 to your computer and use it in GitHub Desktop.
Animated Custom PS1 (terminal line)
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