We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27569e4 commit 5620208Copy full SHA for 5620208
bashrc-wsl.bash
@@ -2,7 +2,7 @@
2
3
# put your script here for WSL only
4
5
-if grep '[Mm]icrosoft' /proc/version &> /dev/null; then
+if grep '[Mm]icrosoft' /proc/version -q &> /dev/null; then
6
export WSL=true
7
else
8
export WSL=false
0 commit comments