fix error in worktree, direnv allow

This commit is contained in:
sloane 2024-03-15 08:07:05 -04:00
parent 25e362622e
commit 26c345069d

View file

@ -24,7 +24,7 @@ function worktree
# end
# Elixir projects
if test -e "mix.exs" and
if test -e "mix.exs"
if test -d "_build"
cp -cR _build ../$dirname/
end
@ -42,4 +42,5 @@ function worktree
end
cd ../$dirname
direnv allow
end