feat: add and use zoxide
This commit is contained in:
parent
f7df88b616
commit
7cfdca5a06
3 changed files with 13 additions and 8 deletions
|
@ -28,6 +28,7 @@
|
|||
tree
|
||||
unzip
|
||||
wget
|
||||
zoxide
|
||||
|
||||
# LSP
|
||||
# TODO: nodePackages."@ansible/ansible-language-server"
|
||||
|
@ -116,6 +117,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.config/bin"
|
||||
];
|
||||
|
||||
xdg.configFile.bin = {
|
||||
source = ../../../bin;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile.nvim = {
|
||||
source = ../../../config/neovim;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue