Adding env header for emacs to pickup the correct mode
This commit is contained in:
parent
46af714c87
commit
351280afde
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
# vim: syn=zsh
|
||||
|
||||
# Executes commands at login post-zshrc.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#!/usr/bin/env zsh
|
||||
printf "%*s\n" $COLUMNS "SEE YOU SPACE COWBOY . . ."
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
# vim: syn=zsh
|
||||
|
||||
source ${ZPLUG_HOME}/init.zsh
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
# vim: syn=zsh
|
||||
|
||||
source ~/.profile
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
# vim: syn=zsh
|
||||
|
||||
# Language
|
||||
|
|
Loading…
Reference in New Issue
Block a user