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.
1 parent a0a6049 commit a5ab840Copy full SHA for a5ab840
.bashrc
@@ -4,10 +4,8 @@ iatest=$(expr index "$-" i)
4
#######################################################
5
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
6
7
-FASTFETCH_PATH=$(which fastfetch 2>/dev/null)
8
-
9
-if [ -x "$FASTFETCH_PATH" ]; then
10
- "$FASTFETCH_PATH"
+if command -v fastfetch 2>/dev/null; then
+ fastfetch
11
fi
12
13
# Source global definitions
0 commit comments