[zsh] Move open-xcode function to its own file and autoload it in zshrc

This commit is contained in:
Eryn Wells 2023-03-16 10:35:34 -07:00
parent 3a3b73a915
commit aa81cb66eb
3 changed files with 13 additions and 8 deletions

1
zshrc
View file

@ -21,3 +21,4 @@ autoload -Uz nethack
autoload -Uz pw
autoload -Uz up
autoload -Uz vi
autoload -Uz open-xcode