fix: small waybar style fix + opencode function fix

This commit is contained in:
2026-06-23 00:00:33 +03:00
parent be8bfc0056
commit c2dde5db95
5 changed files with 7 additions and 65 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ look-into-kitty() {
opencode-save() {
uuid="$1"
echo "opencode -s $uuid" >>.opencode-session
echo "opencode -s $uuid" >.opencode-session
echo 'Saved the command to continue opencode session to ".opencode-session"'
}