mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
default ghmd to generic shell instead of zsh
This commit is contained in:
parent
0c5ffd7450
commit
581fd63321
1 changed files with 1 additions and 1 deletions
2
sh/ghmd
2
sh/ghmd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue