add export functions

This commit is contained in:
Jakobus Schürz 2020-09-01 09:39:41 +02:00
parent 84667b2faf
commit cedbbe47b6

View file

@ -123,3 +123,6 @@ export HISTSIZE=999999
echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2 echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2
#echo "bashrc_add sourced" >&2 #echo "bashrc_add sourced" >&2
# Export several functions for being usable in subshells
export -f token
export -f sudo