Skip to content

Commit 979c0dc

Browse files
committed
chore(config): update .zprofile configuration
1 parent 308396e commit 979c0dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/config/.zprofile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ start_proxy
5757
start_git_proxy
5858

5959
alias python=python3
60-
alias pip=pip3
60+
alias pip=pip3.13
6161

6262
function gpa {
63-
python ~/bin/gitmessageai.py --allow-pull-push
63+
python ~/bin/gitmessageai.py --api deepseek --allow-pull-push
6464
}
6565

6666
function gca {
67-
python ~/bin/gitmessageai.py --no-push
67+
python ~/bin/gitmessageai.py --api deepseek --no-push
6868
}
6969

7070
function gm {
71-
python ~/bin/gitmessageai.py --only-message
71+
python ~/bin/gitmessageai.py --api deepseek --only-message
7272
}
7373

7474
function gpp {
@@ -209,3 +209,4 @@ export DYLD_LIBRARY_PATH=$(brew --prefix curl)/lib
209209

210210

211211

212+

0 commit comments

Comments
 (0)