diff options
Diffstat (limited to 'etc/functions')
-rwxr-xr-x | etc/functions/reload | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/functions/reload b/etc/functions/reload index 4783854..afa634f 100755 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -3,8 +3,7 @@ ## Usage: reload [function names] if [[ ${#*} == 0 ]] { - autoload xsource - xsource ~/.zshrc + source ~/.zshrc rehash } else { local function |