From 6de877b0c24143b822b2d84df4d061b5f0d2d35c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 26 Mar 2017 16:21:20 +0100 Subject: Delete submodules --- zsh/.gitignore | 2 ++ zsh/.zsh/.gitignore | 1 - zsh/.zsh/plugins | 4 +--- zsh/.zsh/zgen | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 zsh/.gitignore delete mode 100644 zsh/.zsh/.gitignore (limited to 'zsh') 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 index 09f5425..ffd3f50 160000 --- a/zsh/.zsh/zgen +++ b/zsh/.zsh/zgen @@ -1 +1 @@ -Subproject commit 09f542515e20ac655a4aa429cf9604fe698ccf42 +Subproject commit ffd3f50addf7a0106d9ea199025eb99efbb858f4 -- cgit v1.2.3