From 0aaffa1cca50e3cc44ea150cdce1a89854352ba3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 29 Mar 2023 12:52:38 -0700 Subject: [PATCH] [zsh] Remove shebangs from binary_exists and init_env --- zsh/func/binary_exists | 1 - zsh/func/init_env | 1 - 2 files changed, 2 deletions(-) diff --git a/zsh/func/binary_exists b/zsh/func/binary_exists index 7f2bea3..f083c5a 100644 --- a/zsh/func/binary_exists +++ b/zsh/func/binary_exists @@ -1,5 +1,4 @@ # Eryn Wells -# vim: set ft=zsh: binary_exists() { hash $1 1>/dev/null 2>&1 diff --git a/zsh/func/init_env b/zsh/func/init_env index 49d8d3a..67f7c74 100644 --- a/zsh/func/init_env +++ b/zsh/func/init_env @@ -1,4 +1,3 @@ -#!/usr/bin/env zsh # Eryn Wells export PAGER="less"