summary refs log tree commit diff
path: root/link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/link.sh b/link.sh
index de7b2d5e..e8daa38d 100755
--- a/link.sh
+++ b/link.sh
@@ -21,17 +21,9 @@ link() {
   echo "$1"
 }
 
-link '.bin/bri.c'
-link '.bin/dtch.c'
-link '.bin/hnel.c'
-link '.bin/jrp.c'
-link '.bin/pbd.c'
 link '.bin/sup'
 link '.bin/tup'
 link '.bin/up'
-link '.bin/wake.c'
-link '.bin/watch.c'
-link '.bin/xx.c'
 link '.config/git/config'
 link '.config/git/ignore'
 link '.config/htop/htoprc'
=1'>Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe