summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/functions/reload1
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 $@; {