Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Virtualenvwarpper
  2. . /usr/local/bin/virtualenvwrapper.sh
  3.  
  4. # Add git branch if its present to PS1
  5. parse_git_branch() {
  6. git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
  7. }
  8. PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[01;31m\$
  9.  
  10. # The fuck
  11. eval $(thefuck --alias)
Add Comment
Please, Sign In to add comment