diff --git a/tag-zsh/zsh/configs/functions.zsh b/tag-zsh/zsh/configs/functions.zsh
index 1f81ffea..1a2141fa 100644
--- a/tag-zsh/zsh/configs/functions.zsh
+++ b/tag-zsh/zsh/configs/functions.zsh
@@ -1,10 +1,3 @@
-shorten() {
-  pushd ~/Code/opdavi.es
-  git pull --rebase
-  npm run shorten $1 $2
-  popd
-}
-
 function mkd() {
    mkdir -p "$@" && cd "$@"
 }