diff options
author | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:41:55 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:41:55 -0800 |
commit | 71e95142a82560d663d2f3c1b4a255f3dab60265 (patch) | |
tree | 33623b50b7656a91116d85ee3eac096a223613c5 /zshenv | |
parent | eshell: add the host's name in the prompt (diff) | |
download | emacs.d-71e95142a82560d663d2f3c1b4a255f3dab60265.tar.gz |
zsh: add fly to the $PATH
Diffstat (limited to 'zshenv')
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv index 5a3cacb..3cd0379 100644 --- a/zshenv +++ b/zshenv @@ -1,5 +1,5 @@ export EDITOR="mg" -export PATH=~/workspace/go/bin:$PATH +export PATH=~/workspace/go/bin:~/.fly/bin:$PATH export GOPATH=~/workspace/go export PAGER='less -R' |