Add ocd and ocdc aliases to default-vm flake

This commit is contained in:
Joshua Bell 2026-01-27 01:41:05 -06:00
parent 37770e741d
commit 2aec01b3b2

View file

@ -278,6 +278,8 @@
environment.shellAliases = {
"oc" = "all_proxy='' http_proxy='' https_proxy='' opencode";
"occ" = "oc -c";
"ocd" = "all_proxy='' http_proxy='' https_proxy='' opencode --dangerously-skip-permissions";
"ocdc" = "ocd -c";
};
# MOTD to clearly show this is qvm-dev