diff --git a/scripts/exec.sh b/scripts/exec.sh index 196bfba..266c235 100755 --- a/scripts/exec.sh +++ b/scripts/exec.sh @@ -1,4 +1,4 @@ docker exec \ --interactive \ --tty \ - desktop-environment zsh -c "$*" + desktop-environment zsh --login -c "$*"