add export functions
This commit is contained in:
parent
84667b2faf
commit
cedbbe47b6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue