11 lines
308 B
Plaintext
11 lines
308 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
|
|
so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh
|
|
so ~/.subzsh/plugins/unixorn/fzf-zsh-plugin/fzf-zsh-plugin.plugin.zsh
|
|
|