mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Remove redundant clones
This commit is contained in:
committed by
Johannes Altmanninger
parent
21a07f08a3
commit
425d487de9
2
src/env/config_paths.rs
vendored
2
src/env/config_paths.rs
vendored
@@ -64,7 +64,7 @@
|
||||
// If we picked ~/.local/share/fish as our data path,
|
||||
// we would install there and erase history.
|
||||
// So let's isolate us a bit more.
|
||||
data: Some(data_dir.clone()),
|
||||
data: Some(data_dir),
|
||||
sysconf: base_path.join("etc/fish"),
|
||||
doc: base_path.join("share/doc/fish"),
|
||||
bin: Some(base_path.join("bin")),
|
||||
|
||||
Reference in New Issue
Block a user