summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-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'