diff --git a/zshrc b/zshrc index b1dcc5b..8b34673 100644 --- a/zshrc +++ b/zshrc @@ -276,3 +276,9 @@ else fi alias hgrep="cat ~/.config/zshhistory.log | grep" + +## APT ## +whateverprovides(){ + apt-file search --regexp "bin/$1""$" +} +export whateverprovide