diff --git a/zsh.d/50-functions.zsh b/zsh.d/50-functions.zsh index fe1fc5e..1e2e1c6 100644 --- a/zsh.d/50-functions.zsh +++ b/zsh.d/50-functions.zsh @@ -26,6 +26,4 @@ autoload -U x509 autoload -U awslogin -autoload -U gitid - # vim: set ts=4 sw=4 tw=0 ft=zsh : diff --git a/zsh.d/zshfunctions/gitid b/zsh.d/zshfunctions/gitid deleted file mode 100644 index 76ff4cf..0000000 --- a/zsh.d/zshfunctions/gitid +++ /dev/null @@ -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 diff --git a/zsh.d/zshfunctions/gitid.zwc b/zsh.d/zshfunctions/gitid.zwc deleted file mode 100644 index eeeb229..0000000 Binary files a/zsh.d/zshfunctions/gitid.zwc and /dev/null differ