diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-02 18:54:24 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-08 11:35:28 +0200 |
commit | c2056c50a8010f2e58d9e75e018e92b893f0d6e6 (patch) | |
tree | 426c522455d4522ad8c3a0b344267779be453447 /user | |
parent | 04f8ec6294a145020b7c05d704913247f131aceb (diff) |
I'm not sure why the Kodi user now needs to be in the `audio` group
but without it the user can only see a dummy device.
Diffstat (limited to 'user')
-rw-r--r-- | user/zed/settings.json | 4 | ||||
-rw-r--r-- | user/zsh/zshrc-workstation.sh | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index 6e6d8b2..27b415c 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -58,7 +58,7 @@ "features": { "edit_prediction_provider": "none" }, - "assistant": { + "agent": { "enabled": false, "version": "2" }, @@ -67,7 +67,7 @@ "button": false }, "chat_panel": { - "button": false + "button": "never" }, "notification_panel": { "button": false diff --git a/user/zsh/zshrc-workstation.sh b/user/zsh/zshrc-workstation.sh index 6e1e02f..e027208 100644 --- a/user/zsh/zshrc-workstation.sh +++ b/user/zsh/zshrc-workstation.sh @@ -2,6 +2,7 @@ ## Aliases alias code='codium' +alias zed=zeditor alias tokei='tokei -s code -n commas' ## Environment variables |