From ed9fc0c2f539b70a55841ea24362acc5c1e991c7 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:01:50 -0500 Subject: [PATCH] (bash) remove check for gh clie --- bash/.bashrc.arch | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index 3f219b4..93f21ff 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -353,11 +353,6 @@ if [ $? -ne 0 ]; then echo -e "$WARNING pnpm is not installed" fi -command -v gh > /dev/null 2>&1 -if [ $? -ne 0 ]; then - echo -e "$WARNING gh cli is not installed" -fi - command -v nvim > /dev/null 2>&1 if [ $? -ne 0 ]; then echo -e "$ERROR neovim is not installed"