From 9782cc2ab43d21bf9586b55306c130ca1c6d8efd Mon Sep 17 00:00:00 2001 From: DustVoice Date: Wed, 29 Jan 2020 20:44:15 +0100 Subject: [PATCH] Change template naming to original.filename.exmaple --- .config/nvim | 2 +- .gitignore | 1 + .zshpath.example | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .zshpath.example diff --git a/.config/nvim b/.config/nvim index e868a16c..2f906cf7 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit e868a16c5841dab54bef5dca2000635c51a097e2 +Subproject commit 2f906cf7d89cc7ab8cac6f78a72c6539745d3054 diff --git a/.gitignore b/.gitignore index b00754e5..fe45f83a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ !/.Xmodmap.example !/.Xresources !/.zshenv +!/.zshpath.example !/.zshrc !/README.md diff --git a/.zshpath.example b/.zshpath.example new file mode 100644 index 00000000..ead8a3ba --- /dev/null +++ b/.zshpath.example @@ -0,0 +1 @@ +path+=("$HOME/path1" "$HOME/path2")