mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
relocate default config in sample_config folder (#4678)
* relocate default config in sample_config folder * relocate config file
This commit is contained in:
parent
96a1bf5f8d
commit
50399c349f
2 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ pub(crate) fn read_config_file(
|
||||||
.read_line(&mut answer)
|
.read_line(&mut answer)
|
||||||
.expect("Failed to read user input");
|
.expect("Failed to read user input");
|
||||||
|
|
||||||
let config_file = include_str!("default_config.nu");
|
let config_file = include_str!("../docs/sample_config/default_config.nu");
|
||||||
|
|
||||||
match answer.to_lowercase().trim() {
|
match answer.to_lowercase().trim() {
|
||||||
"y" | "" => {
|
"y" | "" => {
|
||||||
|
|
Loading…
Reference in a new issue