dotfiles/zsh/environment/host/zuk/zshenv
James Patrick eaed9d80df Added support for both DOOM and Spacemacs
To use one or the other specify set variable to either `doom` or
`spacemacs`. If no value is specified it will default to Spacemacs,
though this may change in the future.
2019-08-04 20:41:05 -04:00

9 lines
193 B
Bash

# vim: syn=zsh
export GOPATH="$HOME/Code/go"
GOLANG_PATH="/usr/lib/go/bin"
DOOM_BIN="$HOME/.emacs.d/bin"
export PATH="$DOOM_BIN:$GOPATH/bin/:$GOLANG_PATH:$PATH"
export EMACS_FRAMEWORK="doom"