modules/zsh: Poor mans devcontainer

This commit is contained in:
fleaz 2025-04-22 16:01:21 +02:00
parent 63a0fe64da
commit d229f4924c
No known key found for this signature in database
GPG key ID: 935474624265FE8F

View file

@ -23,6 +23,7 @@
"cat" = "bat --theme=TwoDark --style=plain"; "cat" = "bat --theme=TwoDark --style=plain";
"watch" = "watch "; # https://unix.stackexchange.com/a/25329 "watch" = "watch "; # https://unix.stackexchange.com/a/25329
"kge" = "kubectl get events --sort-by='.lastTimestamp'"; "kge" = "kubectl get events --sort-by='.lastTimestamp'";
"devcontainer" = "docker compose -f docker-compose.yml -f .devcontainer/docker-compose.yml"; # Poor mans devcontainer
}; };
initExtra = '' initExtra = ''
setopt APPEND_HISTORY # Append history to global histfile on exit setopt APPEND_HISTORY # Append history to global histfile on exit