protect ~/.shell/funcs from re-sourcing
~/.shell/funcs sets SOURCED_SHELL_FUNCS=yes in the *shell* variables (NOT environment variables) and returns early if the same is already set.
Loading
Please register or sign in to comment
~/.shell/funcs sets SOURCED_SHELL_FUNCS=yes in the *shell* variables (NOT environment variables) and returns early if the same is already set.