Remove personal path references from defaults and examples
continuous-integration/drone/tag Build is failing
continuous-integration/drone/tag Build is failing
Replace machine-specific paths with generic examples.
This commit is contained in:
@@ -40,6 +40,7 @@ Example configuration:
|
||||
# List of paths where to search for projects (git repositories)
|
||||
paths = [
|
||||
"~/Projects",
|
||||
# "~/work",
|
||||
]
|
||||
|
||||
# Maximum depth to search for .git directories
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ impl Config {
|
||||
paths: vec![
|
||||
dirs::home_dir()
|
||||
.unwrap_or_default()
|
||||
.join("Work/Projects")
|
||||
.join("Projects")
|
||||
.to_string_lossy()
|
||||
.to_string(),
|
||||
],
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
paths = [
|
||||
"~/Projects",
|
||||
# "~/work",
|
||||
# "~/opensource",
|
||||
# "~/clients/company-name",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user