From ca0f4b3eb74c4c632f1d547f46be5b6a57999dc0 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Wed, 5 May 2021 19:05:30 +0200 Subject: Add amfora. Use sh test. --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zprofile') 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 -- cgit v1.2.3