diff options
author | ThanosApollo <[email protected]> | 2022-08-09 16:24:17 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-09 16:24:17 +0300 |
commit | aebca94d3184aa341041443bfc1be42d92b0c7c0 (patch) | |
tree | fa0b6f4f4cc90c5656e1c3d0b8e74225dc8e6a0b /.bashrc | |
parent | 3ba14d998f4ddb6c35fe345cc5edada0475d03ea (diff) |
add alias for bluetooth-autoconnect
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,3 +59,4 @@ alias logout='pkill -U' alias blt='bluetoothctl' alias neofetch='neofetch | lolcat' alias b='bluetoothctl' +alias ba='bluetooth-autoconnect' |