Add bluetooth audio fix

This commit is contained in:
askiiart 2024-02-21 09:26:25 -06:00
parent 8e0159555c
commit f3d181729e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 7 additions and 0 deletions

View file

@ -6,4 +6,7 @@ if status is-interactive
set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye
# ctrl+backspace (^H in kitty)
# for ctrl+delete: kill-word (unsure about its code in kitty)
bind \cH backward-kill-path-component
end