added usbuard allow alias

This commit is contained in:
tke
2023-02-27 15:17:43 +01:00
parent 0ca384555b
commit 1b6a533a91
+1
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'