Use POSIX-compatible sh, not zsh

This commit is contained in:
ItsDrike 2021-12-18 12:04:41 +01:00
parent 09ce7d00a9
commit b07404d669
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/bin/sh
# I'm not the greatest typist # I'm not the greatest typist
alias sl='ls' alias sl='ls'