更新ai
This commit is contained in:
parent
f70504f79d
commit
35584dff63
@ -1 +1,2 @@
|
|||||||
.ssh/dma-key
|
.ssh/dma-key
|
||||||
|
.config/aichat/config.yaml
|
||||||
|
BIN
.local/bin/aichat
Executable file
BIN
.local/bin/aichat
Executable file
Binary file not shown.
Binary file not shown.
1
.rc.sh
1
.rc.sh
@ -13,6 +13,7 @@ alias tas='tmux attach-session'
|
|||||||
alias w='cd /var/www/html'
|
alias w='cd /var/www/html'
|
||||||
alias p='cd `project_folder`'
|
alias p='cd `project_folder`'
|
||||||
alias d='docker'
|
alias d='docker'
|
||||||
|
alias a='aichat'
|
||||||
|
|
||||||
# copilot
|
# copilot
|
||||||
alias '??'='gh copilot suggest'
|
alias '??'='gh copilot suggest'
|
||||||
|
@ -6,3 +6,8 @@ PubkeyAcceptedKeyTypes +ssh-rsa
|
|||||||
PubkeyAcceptedKeyTypes +ssh-dss
|
PubkeyAcceptedKeyTypes +ssh-dss
|
||||||
IdentityFile ~/.ssh/dma-key
|
IdentityFile ~/.ssh/dma-key
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
|
|
||||||
|
Host github.com
|
||||||
|
Hostname ssh.github.com
|
||||||
|
Port 443
|
||||||
|
User git
|
||||||
|
Loading…
Reference in New Issue
Block a user