summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-09-16 15:52:46 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-09-16 15:52:46 +0100
commit5dd7aa0ee9bc2f5eb8c09c996aee25519c628bb0 (patch)
treeff2ee7cf977d938cdff141439e3a85c6f09c7c83
parent4d675b1c764402d120fa49739594ae818b38ae3e (diff)
Add various fixes
-rw-r--r--.gitignore1
l---------.vim/autoload/plug.vim1
-rw-r--r--.zsh/Makefile2
-rw-r--r--.zsh/tmp0
4 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 5ccb74a..41d0c11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,6 @@
.mutt/temp/
.newsbeuter
.vim/netrwhist
-.vim/autoload/
.vim/plugged/
.vim/vimundo/
.vifm/Trash
diff --git a/.vim/autoload/plug.vim b/.vim/autoload/plug.vim
new file mode 120000
index 0000000..6c4bafe
--- /dev/null
+++ b/.vim/autoload/plug.vim
@@ -0,0 +1 @@
+../vim-plug/plug.vim \ No newline at end of file
diff --git a/.zsh/Makefile b/.zsh/Makefile
index 0c0aa7f..cbc6388 100644
--- a/.zsh/Makefile
+++ b/.zsh/Makefile
@@ -1,5 +1,5 @@
HOME=/home/urbain
-TARGETS=$(addprefix $(HOME)/,.zsh .zshrc)
+TARGETS=$(addprefix $(HOME)/,.zsh .zshrc .zgen)
all : $(TARGETS)
diff --git a/.zsh/tmp b/.zsh/tmp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.zsh/tmp