summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-05-05 19:05:30 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-05-05 19:06:19 +0200
commitca0f4b3eb74c4c632f1d547f46be5b6a57999dc0 (patch)
tree0f5e1fa50a60ce4de29063463158eb601c6bd719 /.zprofile
parent73c79bbfb7fd76ab319940ba507cca5381d2ffa2 (diff)
Add amfora. Use sh test.
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