diff options
Diffstat (limited to 'zsh/.zsh')
-rw-r--r-- | zsh/.zsh/.gitignore | 1 | ||||
-rw-r--r-- | zsh/.zsh/plugins | 4 | ||||
m--------- | zsh/.zsh/zgen | 0 |
3 files changed, 1 insertions, 4 deletions
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 |