summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index cec8f61..a51740f 100644
--- a/.zprofile
+++ b/.zprofile
@@ -5,7 +5,7 @@
#emulate sh -c '. ~/.profile'
# Clone oh-my-zsh if not present.
-[[ ! -e .oh-my-zsh ]] && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh
+test ! -e ~/.oh-my-zsh && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh
# Run and configure ssh-agent
if ! pgrep -u "$USER" ssh-agent > /dev/null; then