diff --git a/.bashrc b/.bashrc index 2103a63..92c9f8f 100644 --- a/.bashrc +++ b/.bashrc @@ -220,7 +220,7 @@ _cli_qol_() { fi if ! command_exists has; then - $(git clone https://github.com/kdabir/has.git && cd has && sudo make install) + $(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install) else tools(){ local pkgs="bash fish git curl make composer node npm php jre python3"