forked from nico/dots
zsh: added zoxide
This commit is contained in:
parent
ef48859adc
commit
5e97f82df0
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
zoxide
|
||||||
tmux
|
tmux
|
||||||
tlrc
|
tlrc
|
||||||
file
|
file
|
||||||
|
|
|
||||||
|
|
@ -66,5 +66,6 @@ func plugInstall() {
|
||||||
plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh
|
plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh
|
||||||
plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh
|
plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh
|
||||||
|
|
||||||
# load fzf
|
# load fzf and zoxide
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue