Fix import grep test
This commit is contained in:
parent
01294e5334
commit
f7c717ffa8
2
.zshrc
2
.zshrc
@ -60,7 +60,7 @@ else
|
|||||||
export EDITOR="vi"
|
export EDITOR="vi"
|
||||||
fi
|
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
|
if [[ -f "$HOME/work.zsh" ]]; then
|
||||||
source "$HOME/work.zsh"
|
source "$HOME/work.zsh"
|
||||||
|
Loading…
Reference in New Issue
Block a user