diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-05-04 22:31:06 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-05-04 22:31:06 +0200 |
commit | 2f08281e264effd96a19bf822484306330853899 (patch) | |
tree | 0ab03cadc458f715c1b5da9635c39334d636cfb7 | |
parent | 20f2151b080ecfb381c1c8b9e047e24cba1cac63 (diff) |
use zoxide
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -214,6 +214,8 @@ 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)" + source /usr/share/doc/fzf/examples/key-bindings.zsh source /usr/share/doc/fzf/examples/completion.zsh |