mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
fixes to zoxide
This commit is contained in:
@ -18,6 +18,12 @@ in
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
options = [ "--no-cmd" ]; # Disables key mapping
|
||||
};
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
cd = "__zoxide_z";
|
||||
cdi = "__zoxide_zi";
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user