From 71176a516ffe27f8218339cf65593fe01319e501 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 28 Mar 2023 09:45:12 -0700 Subject: [PATCH] [zsh] Remove the shebang from the init scripts --- zprofile | 1 - zshrc | 1 - 2 files changed, 2 deletions(-) diff --git a/zprofile b/zprofile index 190aeaf..3ab718a 100644 --- a/zprofile +++ b/zprofile @@ -1,4 +1,3 @@ -#!/usr/bin/env zsh # Eryn Wells zsh_init_profile_functions=( \ diff --git a/zshrc b/zshrc index b628e5d..a37a4e2 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,3 @@ -#!/usr/bin/env zsh # Eryn Wells zsh_init_rc_functions=( \