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'