zoxide fix
This commit is contained in:
parent
3f2546116f
commit
bda4b5d6c8
@ -23,8 +23,6 @@
|
||||
ip = "ip -c";
|
||||
s = "kitten ssh";
|
||||
diff = "diff --color";
|
||||
cd = "z";
|
||||
|
||||
respawn = "clear; pfetch";
|
||||
l = "eza -lh --icons=auto";
|
||||
mkdir = "mkdir -p";
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
{lib, config, ...}:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
program.zoxide.enable = lib.mkEnableOption "zoxide";
|
||||
};
|
||||
@ -8,6 +11,9 @@
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user