added usbuard allow alias

This commit is contained in:
tke
2023-02-27 15:17:43 +01:00
parent d1736489a4
commit 3606d9b5f4

View File

@@ -44,6 +44,7 @@ function dockertags() { tags=`wget -q https://registry.hub.docker.com/v1/rep
alias pip='pip3' alias pip='pip3'
alias python='python3' alias python='python3'
alias usbb="usbguard list-devices -b" 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" 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 if (hash exa 2>/dev/null) ; then
alias ll='exa -l --git --icons --group-directories-first' alias ll='exa -l --git --icons --group-directories-first'