fixed discord streaming

This commit is contained in:
2025-08-14 03:29:50 +02:00
parent 0eb25b77a6
commit bc86670611
9 changed files with 98 additions and 14 deletions

View File

@@ -4,11 +4,6 @@ set fish_cursor_replace_one underscore blink
set fish_cursor_visual block
fish_vi_key_bindings
zoxide init --cmd cd fish | source
if not pgrep --full ssh-agent | string collect > /dev/null
eval (ssh-agent -c)
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
end
if uwsm check may-start && uwsm select
exec uwsm start default
end