1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-17 14:23:54 +00:00

Add '$HOME/Developer' to common development paths (#447)

Add '$HOME/Developer' as it is a convention-based workspace directory on macOS
This commit is contained in:
Paul
2026-02-13 03:30:33 +01:00
committed by GitHub
parent c6423a56b8
commit 2ee95f963e

View File

@@ -102,6 +102,7 @@ clean_project_caches() {
"$HOME/work"
"$HOME/src"
"$HOME/repos"
"$HOME/Developer"
"$HOME/Development"
"$HOME/www"
"$HOME/golang"