fix(enter.sh): disable podman --detach-keys to fix control + p in neovim
Some checks failed
Container build / container-build (push) Has been cancelled

This commit is contained in:
Job 2024-12-19 19:53:14 +01:00
parent 8f4c57d178
commit 065eeedce2
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -69,4 +69,4 @@ if [ "$fetch" = true ] || [ "$(podman container inspect "$name" -f {{.State.Runn
fi
podman start "$name" 1>/dev/null
podman exec -it "$name" bash -l
podman exec --detach-keys "" -it "$name" bash -l