diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-02-08 20:05:52 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-02-08 20:27:22 +0100 |
| commit | a510034216ce37ac0f82afabe77c38aa058cc3fb (patch) | |
| tree | 293d78bd5b7adc33df6b299aa82b8bff64b40d44 /shell/zsh/.zshrc | |
| parent | 802f2d6257f70f58d3199a522ed982fe754abb94 (diff) | |
.
Diffstat (limited to 'shell/zsh/.zshrc')
| -rw-r--r-- | shell/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 01ce4ec..1d7d2b4 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -10,6 +10,8 @@ compinit . ~/.dotfiles/shell/zsh/zsh-git-prompt/zshrc.sh PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ ' +. ~/.dotfiles/shell/zsh/fzf/key-bindings.zsh + . /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh . /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh . /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh |
