diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-03-26 16:21:20 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-03-26 16:28:26 +0100 |
commit | 6de877b0c24143b822b2d84df4d061b5f0d2d35c (patch) | |
tree | 70afb9f5107fbe74cdc8b8b3ff34afa49ef613e2 /zsh | |
parent | c0ea7110a4bf3087505d313b047eda8970c8549a (diff) |
Delete submodules
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.gitignore | 2 | ||||
-rw-r--r-- | zsh/.zsh/.gitignore | 1 | ||||
-rw-r--r-- | zsh/.zsh/plugins | 4 | ||||
m--------- | zsh/.zsh/zgen | 0 |
4 files changed, 3 insertions, 4 deletions
diff --git a/zsh/.gitignore b/zsh/.gitignore new file mode 100644 index 0000000..1666345 --- /dev/null +++ b/zsh/.gitignore @@ -0,0 +1,2 @@ +.zsh/tmp +.zsh/zgen diff --git a/zsh/.zsh/.gitignore b/zsh/.zsh/.gitignore deleted file mode 100644 index a9a5aec..0000000 --- a/zsh/.zsh/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tmp diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 7b6cda8..9238e19 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -1,6 +1,7 @@ #! /bin/zsh # Load zgen +[ ! -d ~/.zsh/zgen ] && git clone https://github.com/tarjoilija/zgen.git ~/.zsh/zgen source "$HOME/.zsh/zgen/zgen.zsh" # Load plugins @@ -46,6 +47,3 @@ fi ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6' bindkey '^y' autosuggest-accept } - -# Z -_Z_DADA=("$HOME/.local/share/z") diff --git a/zsh/.zsh/zgen b/zsh/.zsh/zgen -Subproject 09f542515e20ac655a4aa429cf9604fe698ccf4 +Subproject ffd3f50addf7a0106d9ea199025eb99efbb858f |