updated some aliases and scripts

This commit is contained in:
tke
2022-11-09 12:41:40 +01:00
parent d479d153b2
commit ccb43c39bc
3 changed files with 18 additions and 4 deletions

View File

@@ -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'