Shell: add zoxide

https://github.com/ajeetdsouza/zoxide
This commit is contained in:
Wroclaw 2024-02-17 07:15:11 +01:00
parent 2deaae417e
commit f753431218

View file

@ -7,6 +7,7 @@ in
environment.systemPackages = with pkgs; [
ranger
kitty
zoxide
];
programs.bash.interactiveShellInit = ''
@ -14,6 +15,7 @@ in
export KITTY_SHELL_INTEGRATION="enabled,no-sudo"
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
fi
eval "''$(zoxide init bash)"
'';
environment.etc."xdg/kitty/kitty.conf".text = ''