TheDurtch

My .bashrc

Jan 21st, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. # My current .bashrc
  2. # What the PS1 looks like: http://j.mp/tbashrc
  3. # (shorten the link with bit.ly so you wouldn't have a huge url up there)
  4. #
  5. # Will make new version every major update
  6.  
  7.  
  8. # alias
  9. alias port_type='netstat -n -A inet -t'
  10. #alias good_night='sudo shutdown --poweroff now | echo 'Good Night' '
  11.  
  12. #
  13. HISTCONTROL=ignoreboth
  14.  
  15.  
  16. # PS#
  17. #original#PS1=${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\]
  18.  
  19. PS1=" \n \[\e[1;37m\]┌─[\[\e[1;32m\u@\H\e[m] \n ╪\e[1;95m bash ver=\V \e[1;91mcmd # \# \n\[\e[1;37m\] └─[ \w > \$ \[\e[0;97m\]"
  20.  
  21. #PS2=
  22.  
  23. #PS3=
  24.  
  25. #PS4=
Advertisement
Add Comment
Please, Sign In to add comment