Skip to content

Commit

Permalink
shrc: add GitHub CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 28, 2015
1 parent 794b243 commit fcc9969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ add_to_path_end "$HOME/Applications/SublimeText2"
add_to_path_end "/c/Program Files/Sublime Text 2"
add_to_path_end "/Applications/GitX.app/Contents/Resources"
add_to_path_end "/Applications/TextMate.app/Contents/Resources"
add_to_path_end "/Applications/GitHub.app/Contents/MacOS"
add_to_path_start "$HOME/.homebrew/bin"
add_to_path_start "$HOME/.homebrew/sbin"
add_to_path_start "/usr/local/bin"
Expand Down Expand Up @@ -122,6 +123,7 @@ alias gist="gist --open --copy"
alias z="zeus"

alias svn="svn-git.sh"
alias github="github_cli"

# Platform-specific stuff
if quiet_which brew
Expand Down

0 comments on commit fcc9969

Please sign in to comment.