diff --git a/myshell_load_defaults b/myshell_load_defaults index e30916f..a85b6be 100644 --- a/myshell_load_defaults +++ b/myshell_load_defaults @@ -123,3 +123,6 @@ export HISTSIZE=999999 echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2 #echo "bashrc_add sourced" >&2 +# Export several functions for being usable in subshells +export -f token +export -f sudo