We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90fb0da + a5ab840 commit 4320408Copy full SHA for 4320408
.bashrc
@@ -4,8 +4,8 @@ iatest=$(expr index "$-" i)
4
#######################################################
5
# SOURCED ALIASES AND SCRIPTS BY zachbrowne.me
6
7
-if [ -f /usr/bin/fastfetch ]; then
8
- fastfetch
+if command -v fastfetch 2>/dev/null; then
+ fastfetch
9
fi
10
11
# Source global definitions
0 commit comments