Alias code for Fedora

This commit is contained in:
Sam A. 2022-09-18 20:35:51 +02:00
parent 40e7d4f46b
commit bcda808622
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ elif [[ $(uname -o) == "GNU/Linux" ]]; then
alias reboot="doas reboot"
alias usb="doas usbctl tmp"
elif [[ $(lsb_release -si) == "Fedora" ]]; then
alias code="codium"
alias dnfin="sudo dnf install"
alias dnfqs="sudo dnf list installed"
alias dnfrm="sudo dnf remove"