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"