Remove btctl alias

This commit is contained in:
Sam A. 2022-07-05 11:52:27 +02:00
parent 70af263278
commit 926f6c07cd
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 5 deletions

View File

@ -82,9 +82,5 @@ elif [[ $(uname -o) == "GNU/Linux" ]]; then
alias mount="udisksctl mount -b"
alias unlock="udisksctl unlock -b"
alias unmount="udisksctl unmount -b"
if [[ $(lsb_release -si) == "Artix" ]] || [[ $(lsb_release -si) == "Fedora" ]]; then
alias btctl="bluetoothctl"
alias open="xdg-open"
fi
alias open="xdg-open"
fi