summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-04-30 13:49:45 +0200
committerxengineering <me@xengineering.eu>2022-04-30 13:49:45 +0200
commite520e5d46287457acc200db7968e445be42df8f7 (patch)
tree1fbe5f44e33a0d1069e4e7833d7acc80e1b2393a
parentd30b0b3feee059468f7e301828932b3a931efea8 (diff)
downloaddotfiles-e520e5d46287457acc200db7968e445be42df8f7.tar
dotfiles-e520e5d46287457acc200db7968e445be42df8f7.tar.zst
dotfiles-e520e5d46287457acc200db7968e445be42df8f7.zip
Add 'bt' alias for bluetoothctl in .bashrc
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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)