attemt to add zoxide

This commit is contained in:
Christoph Hollizeck 2024-03-27 10:01:29 +01:00
parent 02167adbce
commit 21b52b08c3
2 changed files with 6 additions and 12 deletions

View file

@ -16,6 +16,7 @@ in {
config = mkIf cfg.enable {
programs = {
fish = enabled;
starship = {
enable = true;
enableTransience = true;
@ -50,6 +51,10 @@ in {
};
};
};
zoxide = {
enable = true;
};
};
};
}

View file

@ -72,17 +72,6 @@ in {
}".source =
cfg.icon;
};
extraOptions = {
home.shellAliases = {
lc = "${pkgs.colorls}/bin/colorls --sd";
lcg = "lc --gs";
lcl = "lc -1";
lclg = "lc -1 --gs";
lcu = "${pkgs.colorls}/bin/colorls -U";
lclu = "${pkgs.colorls}/bin/colorls -U -1";
};
};
};
users.users.${cfg.name} =