bin: fix error when not using direnv
Alan Pearce alan@alanpearce.eu
Wed, 22 May 2024 18:15:54 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M bin/home-manager → bin/home-manager
@@ -135,8 +135,7 @@ for old in $channel_root/$old_channels rm $old end -set --function i (contains --index (status dirname) $PATH) -if test -n $i +if set --function i (contains --index (status dirname) $PATH) && test -n $i set --erase PATH[$i] end