From 8bee76242187051e924e6308f049e71957f7cdce Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 19 Jul 2022 21:17:28 +0300 Subject: Add bluetoothctl alias --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 810067d..00fe462 100644 --- a/.bashrc +++ b/.bashrc @@ -53,4 +53,5 @@ alias ls='ls --color=auto' alias bm='blueman-manager' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' -alias logout='pkill -U apollo' +alias logout='pkill -U' +alias blt='bluetoothctl' -- cgit v1.2.3