mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
don't link markdown files
This commit is contained in:
parent
5b67629a32
commit
b361185854
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
for dotfile in *; do
|
for dotfile in *; do
|
||||||
case "${dotfile}" in
|
case "${dotfile}" in
|
||||||
scripts|Makefile)
|
scripts|Makefile|*.md)
|
||||||
# NOOP
|
# NOOP
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue