Advertisement
Guest User

Untitled

a guest
May 8th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ## ~/.bashrc
  2.  
  3. # If not running interactively, don't do anything
  4. [[ $- != *i* ]] && return
  5.  
  6. alias ls='ls --color=auto'
  7. export EDITOR="nano"
  8. alias dd='dcfldd'
  9. PS1='[\e[1m\u\e[0m@\h \W]\$ '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement