1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

set -shrc's hashbang to false

This commit is contained in:
Connor Olding 2021-07-30 12:37:31 -07:00
parent aed65ec04f
commit 04e5cce6dd

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env false
# for zsh, bash, and dash.
[ -n "$ZSH_VERSION" -o -n "$BASH" ] && FANCY=1 || FANCY=0