chore: nushell do not use history.txt now

This commit is contained in:
Ryan Yin
2025-07-16 23:00:23 +08:00
parent 2af4b221a7
commit c231ba66f8
2 changed files with 0 additions and 14 deletions

View File

@@ -295,12 +295,6 @@ in {
file = ".wakatime.cfg";
how = "symlink";
}
{
file = ".config/nushell/history.txt";
how = "symlink";
# create parent directory automatically
configureParent = true;
}
{
file = ".config/zoomus.conf";
how = "symlink";

View File

@@ -52,14 +52,6 @@ in {
"nix-config"
"tmp"
];
files = [
{
file = ".config/nushell/history.txt";
how = "symlink";
# create parent directory automatically
configureParent = true;
}
];
};
};