diff options
-rwxr-xr-x | etc/functions/reload | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/reload b/etc/functions/reload index a97cb70..4783854 100755 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -5,6 +5,7 @@ if [[ ${#*} == 0 ]] { autoload xsource xsource ~/.zshrc + rehash } else { local function for function in $@; { |