refactor: use hostname instead of variable

This commit is contained in:
Job
2025-09-01 10:26:07 +02:00
parent e0f953b94e
commit 4004417aa5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
for dir in "Code" "Downloads" ".config/devcontainer"; do
for dir in "Code" "Documents" "Downloads" ".config/devcontainer"; do
arg "-v $HOME/$dir:/home/user/$dir"
done