diff --git a/emacs/init.el b/emacs/init.el index 21c3ce7..a4a39d0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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 diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index d8cb7af..7a7df05 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -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) diff --git a/zsh/environment/host/zuk/zshenv b/zsh/environment/host/zuk/zshenv index 677065a..f394a04 100644 --- a/zsh/environment/host/zuk/zshenv +++ b/zsh/environment/host/zuk/zshenv @@ -3,7 +3,7 @@ export GOPATH="$HOME/src/go" path=( - $GOPATH + $GOPATH/bin $GOLANG_PATH $path) # vim: syn=zsh