Advertisement
rc-chuah

User Hostname Script

Oct 5th, 2020 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. alias red='echo -e "\e[1;31m"'
  2. alias green='echo -e "\e[1;32m"'
  3. alias yellow='echo -e "\e[1;33m"'
  4. alias indigo='echo -e "\e[1;34m"'
  5. alias purple='echo -e "\e[1;35m"'
  6. alias cyan='echo -e "\e[1;36m"'
  7. alias white='echo -e "\e[1;37m"'
  8. PROMPT_COMMAND='echo -ne "\033]0;u0_a652@${HOSTNAME}: ${PWD}\007"'
  9. PS1='u0_a652@\h:\w\$ '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement