Skip to content

Commit 4c11447

Browse files
committed
Disable gem warning in .zshrc
1 parent 4032faf commit 4c11447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ if command -v gem &> /dev/null; then
376376
unset COLORLS_FILE_PATH
377377
unset COLORLS_PATH
378378
else
379-
echo "Gem was not found. Please install Ruby."
379+
# echo "Gem was not found. Please install Ruby."
380380
fi
381381

382382
# Powerline

0 commit comments

Comments
 (0)