Create ~/Work with ./bin in the path for contained projects (#1654)

* Create ~/Work with ./bin in the path for contained projects

* Split out the mise work setup as its own configurator

* Fixup the migration to reuse config logic

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Ryan Hughes
2025-09-14 14:32:07 +02:00
committed by GitHub
co-authored by David Heinemeier Hansson
parent d96322e58a
commit 52680f4b3e
4 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ if [[ ! -v BASH_COMPLETION_VERSINFO && -f /usr/share/bash-completion/bash_comple
fi
# Set complete path
export PATH="./bin:$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
set +h