From e520e5d46287457acc200db7968e445be42df8f7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 30 Apr 2022 13:49:45 +0200 Subject: Add 'bt' alias for bluetoothctl in .bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b8db0f6..a336bc6 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,7 @@ alias horizons='telnet horizons.jpl.nasa.gov 6775' # a NASA server providing da alias wlrecord='wf-recorder -a -g "$(slurp)"' alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat $HOME/.local/share/ranger/lastdir)"' alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'" +alias bt="bluetoothctl" # extend PATH with my private and public scripts (location based on XDG) -- cgit v1.2.3-70-g09d2