dotfiles/sub/zsh/plugin
2022-02-05 00:22:13 +03:00

8 lines
181 B
Plaintext

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