zsh: remove submodule
This commit is contained in:
parent
c7f2af040a
commit
0cb70c2c61
|
@ -1,3 +0,0 @@
|
|||
[submodule "common/.local/share/zsh/zinit/zinit.git"]
|
||||
path = common/.local/share/zsh/zinit/zinit.git
|
||||
url = https://github.com/zdharma-continuum/zinit/
|
|
@ -7,6 +7,8 @@ ZINIT[SNIPPETS_DIR]=$ZINIT[HOME_DIR]/snippets
|
|||
ZINIT[ZCOMPDUMP_PATH]=$ZINIT[HOME_DIR]/zcompdump
|
||||
ZINIT[PLUGINS_DIR]=$ZINIT[HOME_DIR]/plugins
|
||||
|
||||
[ ! -d "${ZINIT[BIN_DIR]}" ] && mkdir -p "$(dirname "${ZINIT[BIN_DIR]}")"
|
||||
[ ! -d "${ZINIT[BIN_DIR]}/.git" ] && git clone https://github.com/zdharma-continuum/zinit.git "${ZINIT[BIN_DIR]}"
|
||||
source "${ZINIT[BIN_DIR]}/zinit.zsh"
|
||||
|
||||
function turbo() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c3469496455ea8b8ba184426c558e54817825bef
|
Loading…
Reference in New Issue