commit 723380721648722f2d6a49afe50c1391eb096196 parent fc984b587a94661f9bd1c14884ff96af0af759ea Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 12 Mar 2019 10:36:53 +0100 Place hidden zgen dir in home Diffstat:
M | init/50_zsh.sh | | | 8 | +++----- |
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/init/50_zsh.sh b/init/50_zsh.sh @@ -1,11 +1,9 @@ #!/usr/bin/env bash # zsh plugin manager -(mkdir -p ~/code && cd ~/code && - if [ ! -d zgen ]; then - git clone https://github.com/tarjoilija/zgen - fi - ) +if [ ! -d ~/.zgen ]; then + git clone https://github.com/tarjoilija/zgen ~/.zgen +fi # zplug requires gawk if [[ "$(uname)" = "Linux" ]]; then