added usbuard allow alias
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user