bluetooth cli

This commit is contained in:
2025-07-17 10:39:18 -06:00
parent 22636f3dd9
commit 0e417254e7

View File

@@ -40,6 +40,7 @@ in {
wl-clipboard wl-clipboard
jellyfin-tui jellyfin-tui
firefoxpwa firefoxpwa
bluetui
]; ];
programs.firefox = { programs.firefox = {
@@ -72,6 +73,8 @@ bind \e\[3\;5~ kill-word
# have ctrl+delete delete following word # have ctrl+delete delete following word
bind \b backward-kill-word bind \b backward-kill-word
alias blue="bluetui"
set -U fish_user_paths ~/.local/bin $fish_user_paths set -U fish_user_paths ~/.local/bin $fish_user_paths
set -U fish_user_paths ~/bin $fish_user_paths set -U fish_user_paths ~/bin $fish_user_paths
set -U fish_user_paths ~/.dotnet $fish_user_paths set -U fish_user_paths ~/.dotnet $fish_user_paths