mirror of
https://github.com/nushell/nushell.git
synced 2024-11-12 19:44:42 +01: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
@ -92,7 +92,7 @@ pub(crate) fn read_config_file(
|
||||
.read_line(&mut answer)
|
||||
.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() {
|
||||
"y" | "" => {
|
||||
|
Loading…
Reference in New Issue
Block a user