mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
feat: add zoxide
This commit is contained in:
parent
c0ca8281f3
commit
82c044d733
1 changed files with 2 additions and 0 deletions
|
|
@ -130,8 +130,10 @@
|
|||
silent = true;
|
||||
};
|
||||
|
||||
zoxide.enable = true;
|
||||
|
||||
zsh = {
|
||||
shellAliases.cd = "z";
|
||||
interactiveShellInit =
|
||||
let
|
||||
monitorScript = pkgs.replaceVarsWith {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue