From d7507f13acc915239c8557f7321792b9b58990ac Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sun, 8 Oct 2023 00:09:42 +0800 Subject: [PATCH] themes/oz.elv: fix bad refactor /ref 958c8f7beae43e4843e79984f0079ce717397830 --- themes/oz.elv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/oz.elv b/themes/oz.elv index 92158214b..3d4e5d4a8 100644 --- a/themes/oz.elv +++ b/themes/oz.elv @@ -19,7 +19,7 @@ set edit:after-command = [ $@edit:after-command $starship-after-command-hook~ ] # our customisation set edit:prompt = { - if ?(test -d &follow-symlink=$true $E:DOROTHY) { + if ?(test -d $E:DOROTHY) { printf '%s\n' 'DOROTHY has been moved, please re-open your shell' return 1 }