diff options
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 1ecf9a2..261b166 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -15,6 +15,8 @@ PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ ' . ~/.dotfiles/shell/zsh/fzf/key-bindings.zsh +. ~/.dotfiles/shell/zsh/broot.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 |
