We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308396e commit 979c0dcCopy full SHA for 979c0dc
scripts/config/.zprofile
@@ -57,18 +57,18 @@ start_proxy
57
start_git_proxy
58
59
alias python=python3
60
-alias pip=pip3
+alias pip=pip3.13
61
62
function gpa {
63
- python ~/bin/gitmessageai.py --allow-pull-push
+ python ~/bin/gitmessageai.py --api deepseek --allow-pull-push
64
}
65
66
function gca {
67
- python ~/bin/gitmessageai.py --no-push
+ python ~/bin/gitmessageai.py --api deepseek --no-push
68
69
70
function gm {
71
- python ~/bin/gitmessageai.py --only-message
+ python ~/bin/gitmessageai.py --api deepseek --only-message
72
73
74
function gpp {
@@ -209,3 +209,4 @@ export DYLD_LIBRARY_PATH=$(brew --prefix curl)/lib
209
210
211
212
+
0 commit comments