summary refs log tree commit diff
path: root/Functions/VCS_Info/VCS_INFO_realpath
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-16 12:03:23 -0500
committerdana <dana@dana.is>2018-06-16 12:03:23 -0500
commitfaa07d064bb2bd9cd9892a255a4b63811242b9fb (patch)
treebfafce52bdc73d54f6319a51b5263ea65dbfb232 /Functions/VCS_Info/VCS_INFO_realpath
parent0daeed20e1828b9026b8800555d3f5dad1088544 (diff)
downloadzsh-faa07d064bb2bd9cd9892a255a4b63811242b9fb.tar.gz
zsh-faa07d064bb2bd9cd9892a255a4b63811242b9fb.tar.xz
zsh-faa07d064bb2bd9cd9892a255a4b63811242b9fb.zip
43030: Replace VCS_INFO_realpath() by :P
Diffstat (limited to 'Functions/VCS_Info/VCS_INFO_realpath')
-rw-r--r--Functions/VCS_Info/VCS_INFO_realpath7
1 files changed, 0 insertions, 7 deletions
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 <ft@bewatermyfriend.org>
-## 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; )