feat(ai): add edit command
This commit is contained in:
parent
ac14e6eed7
commit
d6c0fb0a23
1 changed files with 3 additions and 0 deletions
3
ai.sh
3
ai.sh
|
|
@ -29,6 +29,9 @@ done
|
|||
|
||||
function main() {
|
||||
case $command in
|
||||
"edit")
|
||||
vim "${scripts_dir}/ai.sh"
|
||||
;;
|
||||
"open-webui")
|
||||
. $HOME/open-webui/.venv/bin/activate
|
||||
open-webui serve
|
||||
|
|
|
|||
Loading…
Reference in a new issue