modules/zsh: Poor mans devcontainer
This commit is contained in:
parent
63a0fe64da
commit
d229f4924c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue