Add usbctl alias

This commit is contained in:
theanonymousexyz 2022-05-01 23:06:36 +02:00
parent 11d2831ec4
commit 5d80b29b17
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 0 deletions

View File

@ -89,5 +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"
fi
fi