remove repos

This commit is contained in:
randomuser 2022-06-26 18:59:53 -05:00
parent 8a77baba44
commit 78faf3f354
2 changed files with 0 additions and 7 deletions

View File

@ -24,7 +24,6 @@ sh:
cp -f sh/snownews-url-handler $(DESTDIR)$(PREFIX)/bin
cp -f sh/status $(DESTDIR)$(PREFIX)/bin
cp -f sh/cfg $(DESTDIR)$(PREFIX)/bin
cp -f sh/repos $(DESTDIR)$(PREFIX)/bin
cp -f sh/fire $(DESTDIR)$(PREFIX)/bin
mkc: c/scream c/timer c/boid c/anaconda c/simplestatus c/colors

View File

@ -1,6 +0,0 @@
#!/bin/sh
sel="$(ls ~/git | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim ~/git/"$sel"