diff options
-rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |