Commit fcf1fbba authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Re-source `~/.shell/funcs` after updating the working tree

parent 1198ab34
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -153,4 +153,8 @@ do_update()
	) || return

	touch "$timestamp"

	# re-source this file
	unset SOURCED_SHELL_FUNCS
	. ~/.shell/funcs
}