diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-03 16:15:02 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-03 16:15:02 +0200 |
| commit | cfbf9a2e6e39aa15e8ebf29e6c2118bfce12f804 (patch) | |
| tree | 1ee505680e3ae4c27b672abed14d13d8c88d5066 /.config/zsh | |
| parent | dd2905973e1fc2c5799e9db635517a61e0a8ab68 (diff) | |
| download | dotfiles-cfbf9a2e6e39aa15e8ebf29e6c2118bfce12f804.tar.gz dotfiles-cfbf9a2e6e39aa15e8ebf29e6c2118bfce12f804.zip | |
Source fzf and zsh plugins
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c2b3425..cb2864f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -549,20 +549,16 @@ fi ########## Source Plugins, should be last ########## #source /usr/share/nvm/init-nvm.sh -# Load zsh-syntax-highlighting -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null - # Load fzf keybindings and completion -source /usr/share/fzf/key-bindings.zsh -source /usr/share/fzf/completion.zsh -source /usr/share/fzf/fzf-marks/fzf-marks.plugin.zsh -#source /usr/share/fzf-marks/fzf-marks.plugin.zsh 2>/dev/null +source /usr/local/bin/fzf/shell/key-bindings.zsh +source /usr/local/bin/fzf/shell/completion.zsh # Suggest aliases for commands -source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh -#source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh 2>/dev/null +source ~/.config/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh + +# Load zsh-syntax-highlighting +source ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Load fish like auto suggestions -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh +source ~/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
