Remove personal path references from defaults and examples
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
Replace machine-specific paths with generic examples.
This commit is contained in:
parent
71da4149b8
commit
562febaafe
@ -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
|
||||
|
||||
@ -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",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user