diff --git a/containers/jug/eic-env.sh b/containers/jug/eic-env.sh index 77b3ca193010dea78b3e260d80c12d991ae31e57..3f01e23af860f58b5c551210c637f66486f34a9b 100755 --- a/containers/jug/eic-env.sh +++ b/containers/jug/eic-env.sh @@ -12,10 +12,10 @@ export GREP_OPTIONS='--color=auto' ## can import into our plain bash --norc --noprofile session ## (aliases cannot be transferred to a child shell) function ls { - /bin/ls --color=auto + /bin/ls --color=auto $@ } function less { - /usr/bin/less -R + /usr/bin/less -R $@ } MYSHELL=$(ps -p $$ | awk '{print($4);}' | tail -n1) ## only export the functions for bash, as this does not work