Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # Modify and Color PS1 readout
  2. export PS1="\e[0;32m[\u | \e[0;33m\W \e[0;32m]\$ \e[m"
  3.  
  4. # Pull in aliases
  5. if [ -f ~/.bash_aliases ]; then
  6. . ~/.bash_aliases
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement