This commit is contained in:
dmahacker 2024-08-12 11:16:52 +08:00
parent 919ce98668
commit 73f5344e0b
3 changed files with 4 additions and 0 deletions

BIN
.local/bin/aichat.exe Normal file

Binary file not shown.

Binary file not shown.

4
.rc.sh
View File

@ -15,6 +15,10 @@ alias p='cd `project_folder`'
alias d='docker'
alias a='aichat'
alias at='aichat -r translate'
if [ "$OS" = "Windows_NT" ]; then
export AICHAT_CONFIG_FILE=~/.config/aichat/config.yaml
alias a='aichat.exe'
fi
# copilot
alias '??'='gh copilot suggest'