diff --git a/.zshrc b/.zshrc index 19aaef1..7194974 100644 --- a/.zshrc +++ b/.zshrc @@ -107,7 +107,7 @@ gitlog() { } # Enable Discord RPC in WSL -if uname -r | grep 'Microsoft' ; then +if uname -r | rg 'Microsoft' ; then nvim() { pidof sudo > /dev/null if [ $? -ne 0 ]; then