From f6b4e0fa9dec6798eeb339b55b00e88c95507c24 Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Thu, 12 May 2022 20:58:44 +0200 Subject: [PATCH] Change usbctl alias --- zsh/.config/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh index a24030d..142ce88 100644 --- a/zsh/.config/zsh/aliases.zsh +++ b/zsh/.config/zsh/aliases.zsh @@ -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