mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -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
|
|
@ -32,10 +32,12 @@
|
|||
lx = "eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
||||
lS = "eza -1";
|
||||
lt = "eza --tree --level=2";
|
||||
cd = "z";
|
||||
};
|
||||
interactiveShellInit = "fetch-rs";
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue