Adding env header for emacs to pickup the correct mode

This commit is contained in:
James Patrick 2023-05-04 09:47:49 -04:00
parent 46af714c87
commit 351280afde
8 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
export GOPATH="${HOME}/.go" export GOPATH="${HOME}/.go"
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
export JAVA_HOME=$(/usr/libexec/java_home -v 11) export JAVA_HOME=$(/usr/libexec/java_home -v 11)

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling" GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling"
GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient" GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient"
GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient" GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient"

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# vim: syn=zsh # vim: syn=zsh
# Executes commands at login post-zshrc. # Executes commands at login post-zshrc.

View File

@ -1 +1,2 @@
#!/usr/bin/env zsh
printf "%*s\n" $COLUMNS "SEE YOU SPACE COWBOY . . ." printf "%*s\n" $COLUMNS "SEE YOU SPACE COWBOY . . ."

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# vim: syn=zsh # vim: syn=zsh
source ${ZPLUG_HOME}/init.zsh source ${ZPLUG_HOME}/init.zsh

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# vim: syn=zsh # vim: syn=zsh
source ~/.profile source ~/.profile

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# vim: syn=zsh # vim: syn=zsh
# Language # Language

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# vim: syn=zsh # vim: syn=zsh
source "${ZDIR}/modules/tmux/init.zsh" source "${ZDIR}/modules/tmux/init.zsh"