diff --git a/bashrc b/bashrc index 3fca5c2..2b64b99 100644 --- a/bashrc +++ b/bashrc @@ -38,7 +38,7 @@ command_not_found_handle () { docker run $DASHT -i -u $(whoami) -w "$HOME" \ $(env | cut -d= -f1 | awk '{print "-e", $1}') \ - $DEVICES $VOLUMES \ + $DOCKERFILES_RUN_FLAGS $DEVICES $VOLUMES \ -v /etc/passwd:/etc/passwd:ro \ -v /etc/group:/etc/group:ro \ -v /etc/localtime:/etc/localtime:ro \