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;
|
silent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zoxide.enable = true;
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
|
shellAliases.cd = "z";
|
||||||
interactiveShellInit =
|
interactiveShellInit =
|
||||||
let
|
let
|
||||||
monitorScript = pkgs.replaceVarsWith {
|
monitorScript = pkgs.replaceVarsWith {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue