add an alias for github’s hub program
This commit is contained in:
parent
e86603dac3
commit
bb9664c005
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
@ -128,6 +128,7 @@ alias brewcurl="/usr/local/opt/curl/bin/curl --cacert /usr/local/etc/openssl/cer
|
||||||
alias brewssl="/usr/local/opt/openssl@1.1/bin/openssl"
|
alias brewssl="/usr/local/opt/openssl@1.1/bin/openssl"
|
||||||
alias ga="git add"
|
alias ga="git add"
|
||||||
alias gf="git fetch --all; git fetch --tags"
|
alias gf="git fetch --all; git fetch --tags"
|
||||||
|
alias git="hub"
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
alias irc="ssh jmb -t '. ~/.zshrc; tmux attach -t irc'"
|
alias irc="ssh jmb -t '. ~/.zshrc; tmux attach -t irc'"
|
||||||
test "$platform" = 'linux' && alias ls="ls -F --color=always"
|
test "$platform" = 'linux' && alias ls="ls -F --color=always"
|
||||||
|
|
Loading…
Add table
Reference in a new issue