Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. alias ls='ls --color=auto'
  2.  
  3. eval "`dircolors`"
  4. alias ls='ls $LS_OPTIONS'
  5. alias ll='ls $LS_OPTIONS -l'
  6. alias l='ls $LS_OPTIONS -lA'
  7. alias grep='grep --color=auto'
  8.  
  9. EDITOR=vim
  10. export EDITOR
  11. export LS_OPTIONS='--color=auto'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement