diff --git a/zsh.d/50-functions.zsh b/zsh.d/50-functions.zsh index 1e2e1c6..fe1fc5e 100644 --- a/zsh.d/50-functions.zsh +++ b/zsh.d/50-functions.zsh @@ -26,4 +26,6 @@ autoload -U x509 autoload -U awslogin +autoload -U gitid + # vim: set ts=4 sw=4 tw=0 ft=zsh :