usual config changes

This commit is contained in:
2025-05-28 08:59:16 -05:00
parent c31571d643
commit b40f652968
5 changed files with 8 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ $(find ~/stuff/scripts/system -maxdepth 2 -type d)"
echo "adding $s to path"
paths="$paths:$s"
done
echo "export PATH=\"$paths\":" > "$DEV_ENV/.local/bin/system/paths.sh"
echo "export PATH=\"$paths:\"" > "$DEV_ENV/.local/bin/system/paths.sh"
chmod u+x "$DEV_ENV/.local/bin/system/paths.sh"
fi