Advertisement
Shiny_

/root/.bashrc

Mar 9th, 2015
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. # ~/.bashrc: executed by bash(1) for non-login shells.
  2.  
  3. # Note: PS1 and umask are already set in /etc/profile. You should not
  4. # need this unless you want different defaults for root.
  5. # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
  6. # TO REPLACE WITH:
  7. PS1="[\[$(tput setaf 1)\]\u \[$(tput setaf 3)\]@\[$(tput setaf 1)\] \h\[$(tput setaf 3)\]:\[$(tput setaf 4)\] \W\[$(tput setaf 7)\]\[$(tput sgr0)\]]\[$(tput setaf 1)\]\\$ \[$(tput sgr0)\]\[$(tput sgr0)\]"
  8. # umask 022
  9.  
  10. # You may uncomment the following lines if you want `ls' to be colorized:
  11. # export LS_OPTIONS='--color=auto'
  12. # eval "`dircolors`"
  13. # alias ls='ls $LS_OPTIONS'
  14. # alias ll='ls $LS_OPTIONS -l'
  15. # alias l='ls $LS_OPTIONS -lA'
  16. #
  17. # Some more alias to avoid making mistakes:
  18. # alias rm='rm -i'
  19. # alias cp='cp -i'
  20. # alias mv='mv -i'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement