commit 8311f70354381c5ef8acf5b1cd89b05778566453 parent 35438a07a63cdf2a68aca3161ea0a25aa999d786 Author: Daniel Moch <daniel@danielmoch.com> Date: Sat, 5 Oct 2019 08:09:59 -0400 shrc: unset $file when no longer needed Diffstat:
M | .shrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.shrc b/.shrc @@ -7,3 +7,5 @@ for file in "$HOME"/.shrc.d/*.sh do [ -r $file ] && . $file done + +unset -v file