[zsh] Remove shebangs from binary_exists and init_env
This commit is contained in:
parent
d1e8f59c53
commit
0aaffa1cca
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# Eryn Wells <eryn@erynwells.me>
|
||||
# vim: set ft=zsh:
|
||||
|
||||
binary_exists() {
|
||||
hash $1 1>/dev/null 2>&1
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
export PAGER="less"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue