dotfiles/home/private_dot_config/zsh/functions/reload

7 lines
95 B
Text
Raw Normal View History

2023-02-17 09:26:31 -06:00
##? reload zshell configs
2023-02-20 13:09:48 -06:00
source ~/.zshenv
2023-02-17 09:26:31 -06:00
source $ZDOTDIR/.zshrc
# vim: ft=zsh sw=2 ts=2 et