We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695b46e commit f73b279Copy full SHA for f73b279
1 file changed
rc/shell/aliases
@@ -35,7 +35,7 @@ function set_alias_completion_source() {
35
alias sudo='sudo ' # Enables the simultaneous use of sudo and other aliases
36
alias lsmnt='lsblk -l | tail -n +2 | awk '\''length($7) { print $1" => "$7 }'\'''
37
38
-if [ ! -f "/bin/busybox" ]; then
+if [ -f "/bin/busybox" ]; then
39
alias grep='grep -a --color'
40
alias pcregrep='pcregrep -a --color'
41
else
0 commit comments