diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-09-07 22:46:49 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-09-07 22:46:49 +0200 |
commit | 71074116703bb4847e0e8e0669681d1c5d9e872e (patch) | |
tree | dda175958fe503fda50b2ee411fd40d98e147e9e /zsh | |
parent | bbc400d7aacedef0d618446f0e95e01583b9b1d6 (diff) | |
parent | 53d39a584c847d84c6f9ba7ec1303442503a7329 (diff) | |
download | dotfiles_ascii-71074116703bb4847e0e8e0669681d1c5d9e872e.tar.xz dotfiles_ascii-71074116703bb4847e0e8e0669681d1c5d9e872e.zip |
wtf commit
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index a149659..9c8afd3 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -47,6 +47,7 @@ alias gu="git pull" #alias gg="git graph" # To use with hub command alias gco="git checkout" alias gcs="git commit -S -m" +alias gcurl="git config --get remote.origin.url" #alias gpr="hub pull-request" To use with hub command alias ag="ag --color --color-line-number '0;35' --color-match '46;30' --color-path '4;36'" alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst' |