Skip to content

Instantly share code, notes, and snippets.

@borisschapira
Last active December 21, 2015 03:39
Show Gist options
  • Save borisschapira/6243532 to your computer and use it in GitHub Desktop.
Save borisschapira/6243532 to your computer and use it in GitHub Desktop.
Config Bash
export GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWSTASHSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1
export GIT_PS1_SHOWUPSTREAM=verbose GIT_PS1_DESCRIBE_STYLE=branch
alias sfc='php app/console'
alias sf2-shell='sfc --shell'
alias composer='php /c/wamp/www/Composer/composer.phar'
[...]
export PROMPT_COMMAND='__git_ps1 "\u@\h:\w" " \\\$ "'
export GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWSTASHSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1 GIT_PS1_SHOWCOLORHINTS=1
export GIT_PS1_SHOWUPSTREAM=verbose GIT_PS1_DESCRIBE_STYLE=branch
alias sfc='php app/console'
alias sf2-shell='sfc --shell'
alias composer='php /var/www/Composer/composer.phar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment