Added zoxide
This commit is contained in:
1
config/shell/zsh/003-p10k-fix.zsh
Normal file
1
config/shell/zsh/003-p10k-fix.zsh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
unset ZSH_AUTOSUGGEST_USE_ASYNC
|
||||||
1
config/shell/zsh/004-zoxide.zsh
Normal file
1
config/shell/zsh/004-zoxide.zsh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[[ -x "$(command -v zoxide)" ]] && eval "$(zoxide init --cmd cd zsh)"
|
||||||
@@ -16,6 +16,7 @@ in
|
|||||||
jq
|
jq
|
||||||
ripgrep
|
ripgrep
|
||||||
tldr
|
tldr
|
||||||
|
zoxide
|
||||||
];
|
];
|
||||||
hm.xdg.configFile."shell".source = ../../config/shell;
|
hm.xdg.configFile."shell".source = ../../config/shell;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user