From 3d0e11303ad6779440710e8df32187b374a810c8 Mon Sep 17 00:00:00 2001 From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr> Date: Fri, 3 Jun 2016 12:48:31 +0200 Subject: [PATCH] Changing default clone path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e6e60..fd8218d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to use this theme, you have to clone this repository in your Oh-My-ZSH `custom/themes` directory ( usually `~/.oh-my-zsh/custom/themes` ) : ``` -git clone https://gitlab.my.ecp.fr/2014badourala/oh-my-via.git ~/.oh-my-zsh/custom/themes/oh-my-via +git clone https://gitlab.my.ecp.fr/2014badourala/oh-my-via.git $ZSH/.oh-my-zsh/custom/themes/oh-my-via ``` You then need to select this theme in your `~/.zshrc` : -- GitLab