forked from DustVoice/dotfiles
Change template naming to original.filename.exmaple
This commit is contained in:
parent
c7381dc20c
commit
9782cc2ab4
3 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit e868a16c5841dab54bef5dca2000635c51a097e2
|
Subproject commit 2f906cf7d89cc7ab8cac6f78a72c6539745d3054
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@
|
||||||
!/.Xmodmap.example
|
!/.Xmodmap.example
|
||||||
!/.Xresources
|
!/.Xresources
|
||||||
!/.zshenv
|
!/.zshenv
|
||||||
|
!/.zshpath.example
|
||||||
!/.zshrc
|
!/.zshrc
|
||||||
!/README.md
|
!/README.md
|
||||||
|
|
||||||
|
|
1
.zshpath.example
Normal file
1
.zshpath.example
Normal file
|
@ -0,0 +1 @@
|
||||||
|
path+=("$HOME/path1" "$HOME/path2")
|
Loading…
Reference in a new issue