1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

default ghmd to generic shell instead of zsh

This commit is contained in:
Connor Olding 2021-10-05 09:31:38 -07:00
parent 0c5ffd7450
commit 581fd63321

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env sh
# ghmd - format GitHub markdown
# via: https://leahneukirchen.org/dotfiles/.zshrc
# example: ghmd < README.md > README.html