This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by Zap installer | |
[ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" | |
plug "zsh-users/zsh-autosuggestions" | |
plug "zap-zsh/supercharge" | |
plug "zap-zsh/zap-prompt" | |
plug "zsh-users/zsh-syntax-highlighting" | |
plug "fdw/yazi-zoxide-zsh" | |
# Load and initialise completion system | |
autoload -Uz compinit |