X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=1ea2da7454ba7b4a9b383307d22898de95ee171a;hb=0774377c69fc8a134995087073e8fb27f73d09ac;hp=4e9b59964912258b7480af3d4b05055ee8c74481;hpb=20f2151b080ecfb381c1c8b9e047e24cba1cac63;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 4e9b599..1ea2da7 100644 --- a/.zshrc +++ b/.zshrc @@ -214,6 +214,11 @@ zgenom load 'https://github.com/nojhan/liquidprompt' # see https://github.com/zsh-users/zsh-syntax-highlighting source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +eval "$(zoxide init zsh)" + +FZF_TMUX=1 +FZF_CTRL_T_COMMAND='command fdfind --hidden' +FZF_ALT_C_COMMAND='command fdfind --hidden --type d' source /usr/share/doc/fzf/examples/key-bindings.zsh source /usr/share/doc/fzf/examples/completion.zsh