summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-20 14:41:55 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-20 14:41:55 -0800
commit71e95142a82560d663d2f3c1b4a255f3dab60265 (patch)
tree33623b50b7656a91116d85ee3eac096a223613c5 /zshenv
parenteshell: add the host's name in the prompt (diff)
downloademacs.d-71e95142a82560d663d2f3c1b4a255f3dab60265.tar.gz
zsh: add fly to the $PATH
Diffstat (limited to '')
-rw-r--r--zshenv2
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'