whateverprovides

This commit is contained in:
Sheppy
2017-09-26 11:51:34 +02:00
parent 5158678184
commit 23cfa22aa9

6
zshrc
View File

@@ -276,3 +276,9 @@ else
fi
alias hgrep="cat ~/.config/zshhistory.log | grep"
## APT ##
whateverprovides(){
apt-file search --regexp "bin/$1""$"
}
export whateverprovide