vim & zoxide

This commit is contained in:
foosinn 2022-01-03 16:07:36 +01:00
parent 135c93c226
commit 3c8239a55f
2 changed files with 17 additions and 6 deletions

View file

@ -37,7 +37,7 @@ in {
tmux
unzip
wget
z-lua
zoxide
(import ../packages/neovim.nix)
];
@ -76,7 +76,7 @@ in {
. "$(fzf-share)/key-bindings.bash"
. "$(fzf-share)/completion.bash"
. <(z --init bash)
. <(zoxide init bash)
. <(direnv hook bash)
. ${pkgs.bash-completion}/etc/profile.d/bash_completion.sh