Advertisement
spiky001

.bashrc

Jun 29th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # .bashrc
  2.  
  3. # User specific aliases and functions
  4.  
  5. # Source global definitions
  6. if [ -f /etc/bashrc ]; then
  7. . /etc/bashrc
  8. fi
  9.  
  10. df -h /
  11. sleep 2
  12. clear
  13. export PS1='\[\e[0;36m\]\t:\[\e[0;32m\]\u@\h:\[\e[m\]\[\e[1;31m\]\W$\[\e[0m\] '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement