Fix import grep test

This commit is contained in:
Kevin Cotugno 2020-10-06 09:29:38 -07:00
parent 01294e5334
commit f7c717ffa8

2
.zshrc
View File

@ -60,7 +60,7 @@ else
export EDITOR="vi"
fi
if [[ $(command -v uname) && !$(uname -r | grep -iq microsoft-standard) ]]; then source "$HOME/.wsl.zsh"; fi
if [[ $(command -v uname) ]] && uname -r | grep -iq microsoft-standard; then source "$HOME/.wsl.zsh"; fi
if [[ -f "$HOME/work.zsh" ]]; then
source "$HOME/work.zsh"