mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
refactor: move zoxide to shared module
This commit is contained in:
parent
5b9d021b59
commit
7fd110798b
2 changed files with 2 additions and 6 deletions
|
|
@ -130,12 +130,6 @@
|
||||||
silent = true;
|
silent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
zoxide.enable = true;
|
|
||||||
|
|
||||||
zsh = {
|
|
||||||
shellAliases.cd = "z";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = nix-index-database.packages.nix-index-with-db;
|
package = nix-index-database.packages.nix-index-with-db;
|
||||||
|
|
|
||||||
|
|
@ -32,10 +32,12 @@
|
||||||
lx = "eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
lx = "eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
||||||
lS = "eza -1";
|
lS = "eza -1";
|
||||||
lt = "eza --tree --level=2";
|
lt = "eza --tree --level=2";
|
||||||
|
cd = "z";
|
||||||
};
|
};
|
||||||
interactiveShellInit = "fetch-rs";
|
interactiveShellInit = "fetch-rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zoxide.enable = true;
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue