Change usbctl alias

This commit is contained in:
theanonymousexyz 2022-05-12 20:58:44 +02:00
parent 61893738be
commit f6b4e0fa9d
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,6 @@ elif [[ $(uname -o) == "GNU/Linux" ]]; then
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
alias poweroff="doas poweroff"
alias reboot="doas reboot"
alias usbtmp="doas usbctl tmp"
alias usb="doas usbctl tmp"
fi
fi