summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshenv b/zshenv
index 5a3cacb..72b5f51 100644
--- a/zshenv
+++ b/zshenv
@@ -4,3 +4,8 @@ export GOPATH=~/workspace/go
 export PAGER='less -R'
 
 alias add="arc diff --draft"
+
+if [ -d /home/fcuny/.fly ]; then
+   export FLYCTL_INSTALL="/home/fcuny/.fly"
+   export PATH="$FLYCTL_INSTALL/bin:$PATH"
+fi