From 3606d9b5f4d53332f35097586b5cb68cae88fafb Mon Sep 17 00:00:00 2001 From: tke Date: Mon, 27 Feb 2023 15:17:43 +0100 Subject: [PATCH] added usbuard allow alias --- config/shell_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/config/shell_aliases b/config/shell_aliases index 0b4824b..9c1d0cb 100644 --- a/config/shell_aliases +++ b/config/shell_aliases @@ -44,6 +44,7 @@ function dockertags() { tags=`wget -q https://registry.hub.docker.com/v1/rep alias pip='pip3' alias python='python3' alias usbb="usbguard list-devices -b" +alias usba="usbguard allow-device" alias searchpackage="apt-cache search '' | sort | cut --delimiter ' ' --fields 1 | fzf --multi --cycle --reverse --preview 'apt-cache show {1}' | xargs -r sudo apt install -y" if (hash exa 2>/dev/null) ; then alias ll='exa -l --git --icons --group-directories-first'