updated some aliases and scripts
This commit is contained in:
@@ -43,3 +43,6 @@ 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 searchpackage="apt-cache search '' | sort | cut --delimiter ' ' --fields 1 | fzf --multi --cycle --reverse --preview 'apt-cache show {1}' | xargs -r sudo apt install -y"
|
||||
which exa >/dev/null && alias ll='exa -l --git --icons'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user