Created
May 30, 2016 07:02
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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