Skip to content

Commit

Permalink
themes/oz.elv: fix bad refactor
Browse files Browse the repository at this point in the history
/ref 958c8f7
  • Loading branch information
balupton committed Oct 7, 2023
1 parent 958c8f7 commit d7507f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/oz.elv
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d7507f1

Please sign in to comment.