summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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