Created
October 6, 2016 13:28
-
-
Save lmiceli/0d3dddee90ee8664c9f41e8838c7ecd5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #! /bin/bash | |
| alias gl="git l" | |
| alias gll="git ll" | |
| alias ga="git a" | |
| #alias gap="git " | |
| alias gaa="git add -A" | |
| #alias gca="git " | |
| alias gcm="git cm" | |
| alias gd="git d" | |
| alias gds="git ds" | |
| alias gdc="git dc" | |
| alias gs="git s" | |
| alias gco="git co" | |
| alias gcob="git cob" | |
| alias gb="git b" | |
| alias gla="git la" | |
| #alias g="git " | |
| #alias g="git " | |
| # MY WIP no user/host | |
| PS1='\[\033[1;36m\]\[\033[1;34m\]\w\[\033[0m\]\[\033[1;32m\]`__git_ps1`\[\033[0m\]\n\$ ' | |
| eval `ssh-agent -s` | |
| ssh-add ~/.ssh/[key] | |
| cd /d/repositories/bitbucket/verse/android/ | |
| clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment