From e708c909de3924f456d51dae4966d1fd3b42cf97 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 20 Sep 2022 19:16:51 -0400 Subject: [PATCH] host specific zsh files for nil --- zsh/environment/host/nil/zprofile | 0 zsh/environment/host/nil/zshenv | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 zsh/environment/host/nil/zprofile create mode 100644 zsh/environment/host/nil/zshenv diff --git a/zsh/environment/host/nil/zprofile b/zsh/environment/host/nil/zprofile new file mode 100644 index 0000000..e69de29 diff --git a/zsh/environment/host/nil/zshenv b/zsh/environment/host/nil/zshenv new file mode 100644 index 0000000..7905e4f --- /dev/null +++ b/zsh/environment/host/nil/zshenv @@ -0,0 +1,8 @@ +export GOPATH="$HOME/.local/go" +export GOBIN="$HOME/.local/bin.go" + + +path=( + $GOBIN + $path) +# vim: syn=zsh