diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-03-28 13:18:48 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-03-28 13:18:48 +0000 |
commit | 0c245756ea5564b1a976d62c5d695425c8506970 (patch) | |
tree | af7bfe0634f0be5365871609108140a9a015ddca /zsh | |
parent | 417264f45b08bb98a25c63afa4c5649f40006455 (diff) | |
parent | 6de877b0c24143b822b2d84df4d061b5f0d2d35c (diff) |
Merge branch 'master' of urbainvaes.com:public/dotfiles
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 |