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
commit50565991010cd51fd6bc070c7b16e5c97ee235c1 (patch)
tree1fbe5f44e33a0d1069e4e7833d7acc80e1b2393a
parentcc092eb5cb67eb3ce4771e7842986ab80ae17d19 (diff)
downloaddotfiles-50565991010cd51fd6bc070c7b16e5c97ee235c1.tar
dotfiles-50565991010cd51fd6bc070c7b16e5c97ee235c1.tar.zst
dotfiles-50565991010cd51fd6bc070c7b16e5c97ee235c1.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)