diff options
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 3a148c8..dae567c 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 @@ -42,6 +43,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 |