diff options
-rw-r--r-- | zshenv | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zshenv b/zshenv index 72b5f51..5a3cacb 100644 --- a/zshenv +++ b/zshenv @@ -4,8 +4,3 @@ 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 |