dotfiles/.subzsh/plugins
2022-02-04 16:31:46 +03:00

8 lines
191 B
Plaintext

so () {
[ -f "$1" ] && source "$1"
}
so /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
so /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh