mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
Remove git id, it became a git alias
This commit is contained in:
@ -26,6 +26,4 @@ autoload -U x509
|
|||||||
|
|
||||||
autoload -U awslogin
|
autoload -U awslogin
|
||||||
|
|
||||||
autoload -U gitid
|
|
||||||
|
|
||||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
# 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.
Reference in New Issue
Block a user