vim & zoxide
This commit is contained in:
parent
135c93c226
commit
3c8239a55f
2 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue