has now has a temp dir
This commit is contained in:
parent
69ce6651bf
commit
8319ce5dca
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue