Remove git id, it became a git alias

This commit is contained in:
Andrea Mistrali 2021-10-20 08:37:38 +02:00
parent c90d534efd
commit e368970184
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
3 changed files with 0 additions and 5 deletions

View File

@ -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 :

View File

@ -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.