config/yadm/bootstrap: fix oh-my-zsh dir

This commit is contained in:
xeruf 2021-12-02 21:46:38 +01:00
parent 6bdcf07198
commit 4912f99017
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ test "$hasService" && sudo service rsyslog restart || sudo systemctl restart rsy
test "$hasService" && sudo service cron reload || sudo systemctl reload cronie
highlight "Zsh"
test -n "$ZSH" || export ZSH="${XDG_DATA_HOME:-$HOME/.local/state}/zsh/oh-my-zsh"
test -n "$ZSH" || export ZSH="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/oh-my-zsh"
cloneshallow() {
url=https://github.com/$2/$1.git
dir="${3:-$ZSH/plugins/$1}"