From faa07d064bb2bd9cd9892a255a4b63811242b9fb Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 16 Jun 2018 12:03:23 -0500 Subject: 43030: Replace VCS_INFO_realpath() by :P --- Functions/VCS_Info/VCS_INFO_realpath | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Functions/VCS_Info/VCS_INFO_realpath (limited to 'Functions/VCS_Info/VCS_INFO_realpath') diff --git a/Functions/VCS_Info/VCS_INFO_realpath b/Functions/VCS_Info/VCS_INFO_realpath deleted file mode 100644 index ce4a69402..000000000 --- a/Functions/VCS_Info/VCS_INFO_realpath +++ /dev/null @@ -1,7 +0,0 @@ -## vim:ft=zsh -## Written by Frank Terbeck -## Distributed under the same BSD-ish license as zsh itself. - -setopt localoptions NO_shwordsplit chaselinks -# -q to avoid chpwd() invocations -( builtin cd -q $1 2>/dev/null && pwd; ) -- cgit v1.2.3