Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. export PATH=$PATH\:/usr/games/bin\:/User/mingwei/Documents/workspace/Scripts
  2. TER=Mxterm-256color
  3. export CLICOLOR=1
  4. export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
  5.  
  6.  
  7. SVN_EDITOR=vim
  8.  
  9.  
  10. ##
  11. # screen config
  12. ##
  13. # Change the window title of X terminals
  14. case $TERM in
  15. screen)
  16. PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
  17. ;;
  18. esac
  19.  
  20. source ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement