Advertisement
Guest User

andrek

a guest
Feb 4th, 2008
2,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # ~/.bashrc: executed by bash(1) for non-login shells.
  2.  
  3. export PS1='${debian_chroot:+($debian_chroot)}\[[Root: \033[01;31m\]\w\[\033[00m\]] '
  4. umask 022
  5.  
  6. # You may uncomment the following lines if you want `ls' to be colorized:
  7. # export LS_OPTIONS='--color=auto'
  8. # eval "`dircolors`"
  9. # alias ls='ls $LS_OPTIONS'
  10. # alias ll='ls $LS_OPTIONS -l'
  11. # alias l='ls $LS_OPTIONS -lA'
  12. #
  13. # Some more alias to avoid making mistakes:
  14. # alias rm='rm -i'
  15. # alias cp='cp -i'
  16. # alias mv='mv -i'
  17.  
  18. alias install='apt-get install'
  19. alias update='apt-get update'
  20. alias upgrade='apt-get upgrade'
  21. alias purge='apt-get purge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement