Adopt use of NNN instead of NerdTree and add some aliases

This commit is contained in:
mitchell 2021-10-28 12:21:25 -04:00
parent fbe9eb511e
commit 517bc5f587
5 changed files with 77 additions and 33 deletions

View file

@ -16,6 +16,7 @@ function btre -a device -d 'Reconnect to a known bluetooth device'
bluetoothctl pair $devices[$index]
bluetoothctl trust $devices[$index]
bluetoothctl connect $devices[$index]
sleep 2
pkill bluetoothctl
end