Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #
  2. # ~/.bashrc
  3. #
  4.  
  5. # If not running interactively, don't do anything
  6. [[ $- != *i* ]] && return
  7.  
  8. alias ls='ls --color=auto'
  9. PS1='[\u@\h \W]\$ '
  10. export PS1='\[\e[1;32m\]\u@\h:\[\e[1;35m\]\w\[\e[0;36m\]\n$\[\e[00m\] '
  11. alias grep='grep --color=auto'
  12. alias vi='vim'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement