Add ocd and ocdc aliases to default-vm flake
This commit is contained in:
parent
37770e741d
commit
2aec01b3b2
1 changed files with 2 additions and 0 deletions
|
|
@ -278,6 +278,8 @@
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
"oc" = "all_proxy='' http_proxy='' https_proxy='' opencode";
|
"oc" = "all_proxy='' http_proxy='' https_proxy='' opencode";
|
||||||
"occ" = "oc -c";
|
"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
|
# MOTD to clearly show this is qvm-dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue