mirror of https://github.com/akelge/zsh
Remove git id, it became a git alias
This commit is contained in:
parent
c90d534efd
commit
e368970184
|
@ -26,6 +26,4 @@ autoload -U x509
|
|||
|
||||
autoload -U awslogin
|
||||
|
||||
autoload -U gitid
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
local _temp_gitid=$(git rev-parse HEAD|cut -c1-8)
|
||||
echo $_temp_gitid
|
||||
which pbcopy > /dev/null && echo $_temp_gitid|tr -d '\n'|pbcopy
|
Binary file not shown.
Loading…
Reference in New Issue