New icons, and major improvements to p

This commit is contained in:
2024-01-07 21:15:54 +00:00
parent c27852d0dd
commit 926eb2daad
5 changed files with 92 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/bash
source ./p.sh
if [[ $(p c ollama) == 0 ]]; then
if p c ollama &>/dev/null; then
kgx -e "ollama serve"
sleep 1
kgx -e "ollama run codellama"