From 351280afde84b01d6c71e69891072c672792c8f9 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 4 May 2023 09:47:49 -0400 Subject: [PATCH] Adding env header for emacs to pickup the correct mode --- zsh/environment/host/wok/zshenv | 1 + zsh/environment/host/wok/zshrc | 1 + zsh/zlogin | 1 + zsh/zlogout | 1 + zsh/zplug | 1 + zsh/zprofile | 1 + zsh/zshenv | 1 + zsh/zshrc | 1 + 8 files changed, 8 insertions(+) diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index b57639f..27cfa6e 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh export GOPATH="${HOME}/.go" export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" export JAVA_HOME=$(/usr/libexec/java_home -v 11) diff --git a/zsh/environment/host/wok/zshrc b/zsh/environment/host/wok/zshrc index 1bb463d..c36e185 100644 --- a/zsh/environment/host/wok/zshrc +++ b/zsh/environment/host/wok/zshrc @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling" GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient" GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient" diff --git a/zsh/zlogin b/zsh/zlogin index 6fe9dc5..3fdc72d 100644 --- a/zsh/zlogin +++ b/zsh/zlogin @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # vim: syn=zsh # Executes commands at login post-zshrc. diff --git a/zsh/zlogout b/zsh/zlogout index 5cf7b60..8e38457 100644 --- a/zsh/zlogout +++ b/zsh/zlogout @@ -1 +1,2 @@ +#!/usr/bin/env zsh printf "%*s\n" $COLUMNS "SEE YOU SPACE COWBOY . . ." diff --git a/zsh/zplug b/zsh/zplug index c5d5628..092ca84 100755 --- a/zsh/zplug +++ b/zsh/zplug @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # vim: syn=zsh source ${ZPLUG_HOME}/init.zsh diff --git a/zsh/zprofile b/zsh/zprofile index 09e47f5..1a9d8c6 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # vim: syn=zsh source ~/.profile diff --git a/zsh/zshenv b/zsh/zshenv index a2daedc..6f10ee2 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # vim: syn=zsh # Language diff --git a/zsh/zshrc b/zsh/zshrc index 271cbc8..9bbc671 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # vim: syn=zsh source "${ZDIR}/modules/tmux/init.zsh"