dotfiles/.subzsh/plugin
2022-02-04 16:43:11 +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