diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh index 2f8dba2..d2fd957 100644 --- a/zsh/.config/zsh/aliases.zsh +++ b/zsh/.config/zsh/aliases.zsh @@ -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