summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-11-15 19:36:18 -0800
committerFranck Cuny <franck@fcuny.net>2021-11-15 19:36:18 -0800
commita5d045b5342cec2be50b81aad2707d132668edc6 (patch)
treee3ea33f8f033262597d5d3f5e0ad7e4a6ac61beb /zshenv
parentemacs: configure how to handle man pages (diff)
downloademacs.d-a5d045b5342cec2be50b81aad2707d132668edc6.tar.gz
zsh: fly variables are managed by environment.d
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv5
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