Setting up golang
This commit is contained in:
parent
f0c37b09bc
commit
1b3f1937b4
|
@ -139,7 +139,7 @@
|
||||||
;;fsharp ; ML stands for Microsoft's Language
|
;;fsharp ; ML stands for Microsoft's Language
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||||
;;gdscript ; the language you waited for
|
;;gdscript ; the language you waited for
|
||||||
;;(go +lsp) ; the hipster dialect
|
(go +lsp) ; the hipster dialect
|
||||||
;;(haskell +dante) ; a language that's lazier than I am
|
;;(haskell +dante) ; a language that's lazier than I am
|
||||||
;;hy ; readability of scheme w/ speed of python
|
;;hy ; readability of scheme w/ speed of python
|
||||||
;;idris ; a language you can depend on
|
;;idris ; a language you can depend on
|
||||||
|
|
|
@ -3,7 +3,7 @@ export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||||
export JAVA_HOME=$(/usr/libexec/java_home -v 14)
|
export JAVA_HOME=$(/usr/libexec/java_home -v 14)
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$GOPATH
|
$GOPATH/bin
|
||||||
$PSQLAPP
|
$PSQLAPP
|
||||||
$JAVA_HOME/bin
|
$JAVA_HOME/bin
|
||||||
$path)
|
$path)
|
||||||
|
|
|
@ -3,7 +3,7 @@ export GOPATH="$HOME/src/go"
|
||||||
|
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$GOPATH
|
$GOPATH/bin
|
||||||
$GOLANG_PATH
|
$GOLANG_PATH
|
||||||
$path)
|
$path)
|
||||||
# vim: syn=zsh
|
# vim: syn=zsh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user