dotfiles/home/private_dot_config/zsh/functions/executable_reload

7 lines
95 B
Bash

##? reload zshell configs
source ~/.zshenv
source $ZDOTDIR/.zshrc
# vim: ft=zsh sw=2 ts=2 et