8 lines
191 B
Plaintext
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
|