Setting up golang
This commit is contained in:
parent
f0c37b09bc
commit
1b3f1937b4
|
@ -139,7 +139,7 @@
|
|||
;;fsharp ; ML stands for Microsoft's Language
|
||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||
;;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
|
||||
;;hy ; readability of scheme w/ speed of python
|
||||
;;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)
|
||||
|
||||
path=(
|
||||
$GOPATH
|
||||
$GOPATH/bin
|
||||
$PSQLAPP
|
||||
$JAVA_HOME/bin
|
||||
$path)
|
||||
|
|
|
@ -3,7 +3,7 @@ export GOPATH="$HOME/src/go"
|
|||
|
||||
|
||||
path=(
|
||||
$GOPATH
|
||||
$GOPATH/bin
|
||||
$GOLANG_PATH
|
||||
$path)
|
||||
# vim: syn=zsh
|
||||
|
|
Loading…
Reference in New Issue
Block a user