Skip to content

Commit

Permalink
Update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Nov 10, 2021
1 parent 106cb4a commit 007ef73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zinit-light/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin
ZPFX=${ZPLGM[HOME_DIR]}/polaris

if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then
git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin"
git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin"
fi

# Start measuring time, in general with microsecond accuracy
Expand Down
2 changes: 1 addition & 1 deletion zinit-load/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin
ZPFX=${ZPLGM[HOME_DIR]}/polaris

if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then
git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin"
git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin"
fi

# Start measuring time, in general with microsecond accuracy
Expand Down
2 changes: 1 addition & 1 deletion zinit-omz/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin
ZPFX=${ZPLGM[HOME_DIR]}/polaris

if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then
git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin"
git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin"
fi

# Start measuring time, in general with microsecond accuracy
Expand Down
2 changes: 1 addition & 1 deletion zinit-turbo/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ZPLGM[HOME_DIR]=$PWD/_zplugin
ZPFX=${ZPLGM[HOME_DIR]}/polaris

if [[ ! -d ${ZPLGM[HOME_DIR]}/bin ]]; then
git clone --depth 1 https://github.com/zdharma/zplugin "${ZPLGM[HOME_DIR]}/bin"
git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZPLGM[HOME_DIR]}/bin"
fi

# Start measuring time, in general with microsecond accuracy
Expand Down

0 comments on commit 007ef73

Please sign in to comment.