Remove btctl alias
This commit is contained in:
parent
70af263278
commit
926f6c07cd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue