From fddb97107d9094724a1d92d45108aeffb1e13049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 12 Jun 2024 18:43:46 +0200 Subject: [PATCH] Remove unused function --- plugins/shrink-path/shrink-path.plugin.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/shrink-path/shrink-path.plugin.zsh b/plugins/shrink-path/shrink-path.plugin.zsh index 1979c66ee..1739f9234 100644 --- a/plugins/shrink-path/shrink-path.plugin.zsh +++ b/plugins/shrink-path/shrink-path.plugin.zsh @@ -142,8 +142,6 @@ shrink_path () { [[ -d $dir ]] || return 0 - function join_by { local IFS="$1"; shift; echo "$*"; } - if (( expand )) { echo "$dir" return 0