diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-01 09:53:38 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-01 09:53:38 -0700 |
commit | 815ab1c84cdbfb2b5b027d368f4ecafc6b8aa400 (patch) | |
tree | b9903ce630ea22d49699cb51e62ff1d0fbf2518e | |
parent | [redshift] create configuration file (diff) | |
download | emacs.d-815ab1c84cdbfb2b5b027d368f4ecafc6b8aa400.tar.gz |
[zsh] add go path
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv index acff725..6d3aae3 100644 --- a/zshenv +++ b/zshenv @@ -1,3 +1,3 @@ export EDITOR="mg" - +export PATH=~/workspace/go/bin:$PATH alias add="arc diff --draft" |