weldyss (owner)

Revisions

gist: 175714 Download_button fork
public
Public Clone URL: git://gist.github.com/175714.git
Embed All Files: show embed
snippet.sh #
1
2
3
4
5
6
7
8
9
export EDITOR='mate -w'
export GREP_OPTIONS="--color=auto"
export GREP_COLOR="4;33"
export CLICOLOR="auto"
source ~/.git-completion.sh
 
 
PS1='\n[\u] \[\033[1;33m\]\w\a\[\033[0m\]$(__git_ps1 " \[\033[1;32m\](%s)\[\033[0m\]")\n\$ '