who needs shell-gpt anyway

This commit is contained in:
2023-03-16 17:30:15 -07:00
parent a757c003bf
commit 101db8cada
2 changed files with 18 additions and 17 deletions

2
go
View File

@@ -28,7 +28,7 @@ _pyenv() {
chat() {
_pyenv
pip install --disable-pip-version-check -q shell-gpt
pip install --disable-pip-version-check -q httpie
./ai-chat
}