diff --git a/zsh/local/env.zsh b/zsh/local/env.zsh deleted file mode 100644 index 76f3c4e..0000000 --- a/zsh/local/env.zsh +++ /dev/null @@ -1,3 +0,0 @@ -export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin" -export EDITOR='nvim' -export BROWSER="firefox-developer-edition"