From 8be2e01f1c8a4b0dd8f8017deaca119d2aaa34de Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 Aug 2024 22:15:36 +0200 Subject: [PATCH] some breaking changes? --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6da5cee..f4f859a 100644 --- a/.bashrc +++ b/.bashrc @@ -195,10 +195,11 @@ p_has() { inst_has() { git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install } + echo_info "Installing has" silentexec inst_has else tools() { - local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo" + local pkgs="bash zsh git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo" has $pkgs } fi