dotfiles/.config/zsh/zz-plugins.zsh

9 lines
400 B
Bash

# This file activates certain plugins which are not a part of oh-my-zsh
source $HOME/.local/lib/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source $HOME/.local/lib/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $HOME/.local/lib/zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
bindkey '^P' history-substring-search-up
bindkey '^N' history-substring-search-down