Skip to content

Commit

Permalink
Auto confirm cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Jul 24, 2024
1 parent b5fe49d commit 1c397ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alias ght='gh workflow run tests --ref $(git rev-parse --abbrev-ref HEAD)'
alias cda='conda activate'
alias cdd='conda deactivate'
alias cdl='conda env list'
alias cdc='conda create --name'
alias cdc='conda -y create --name'
alias cdr='conda env remove --name '

# MuJoCo
Expand Down

0 comments on commit 1c397ff

Please sign in to comment.