Merge pull request #701 from umhan35/add-git-gui-as-ggui
Add ggui (git gui) to git.aliases.bashpull/702/head
commit
5035b2d815
|
|
@ -55,6 +55,7 @@ alias gtl="git tag -l"
|
||||||
alias gnew="git log HEAD@{1}..HEAD@{0}"
|
alias gnew="git log HEAD@{1}..HEAD@{0}"
|
||||||
# Add uncommitted and unstaged changes to the last commit
|
# Add uncommitted and unstaged changes to the last commit
|
||||||
alias gcaa="git commit -a --amend -C HEAD"
|
alias gcaa="git commit -a --amend -C HEAD"
|
||||||
|
alias ggui="git gui"
|
||||||
|
|
||||||
case $OSTYPE in
|
case $OSTYPE in
|
||||||
darwin*)
|
darwin*)
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ alias textedit='open -a TextEdit'
|
||||||
alias hex='open -a "Hex Fiend"'
|
alias hex='open -a "Hex Fiend"'
|
||||||
alias skype='open -a Skype'
|
alias skype='open -a Skype'
|
||||||
alias mou='open -a Mou'
|
alias mou='open -a Mou'
|
||||||
|
alias subl='open -a Sublime\ Text --args'
|
||||||
|
|
||||||
if [ -s /usr/bin/firefox ] ; then
|
if [ -s /usr/bin/firefox ] ; then
|
||||||
unalias firefox
|
unalias firefox
|
||||||
|
|
@ -51,4 +52,4 @@ alias unmute="osascript -e 'set volume output muted false'"
|
||||||
|
|
||||||
# Pin to the tail of long commands for an audible alert after long processes
|
# Pin to the tail of long commands for an audible alert after long processes
|
||||||
## curl http://downloads.com/hugefile.zip; lmk
|
## curl http://downloads.com/hugefile.zip; lmk
|
||||||
alias lmk="say 'Process complete.'"
|
alias lmk="say 'Process complete.'"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue