Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias red='echo -e "\e[1;31m"'
- alias green='echo -e "\e[1;32m"'
- alias yellow='echo -e "\e[1;33m"'
- alias indigo='echo -e "\e[1;34m"'
- alias purple='echo -e "\e[1;35m"'
- alias cyan='echo -e "\e[1;36m"'
- alias white='echo -e "\e[1;37m"'
- PROMPT_COMMAND='echo -ne "\033]0;u0_a652@${HOSTNAME}: ${PWD}\007"'
- PS1='u0_a652@\h:\w\$ '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement