Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Created May 30, 2016 07:02
Show Gist options
  • Save qinshulei/5419427b198763006a6efd80e4f4db20 to your computer and use it in GitHub Desktop.
Save qinshulei/5419427b198763006a6efd80e4f4db20 to your computer and use it in GitHub Desktop.
Some changes into .bashrc to se git on path and to use tmux better
# GIT
# Download this file https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh to ~/.git-prompt.sh
source ~/.git-prompt.sh
export PS1='\[\e[1;33m\]'$PS1'\[\e[1;32m\]$(__git_ps1 "(%s) ")\[\e[m\]'
# TMUX
export TERM=xterm-256color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment