[zsh] Remove shebangs from binary_exists and init_env

This commit is contained in:
Eryn Wells 2023-03-29 12:52:38 -07:00
parent d1e8f59c53
commit 0aaffa1cca
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
# Eryn Wells <eryn@erynwells.me>
# vim: set ft=zsh:
binary_exists() {
hash $1 1>/dev/null 2>&1

View file

@ -1,4 +1,3 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
export PAGER="less"