From de1bc3ce9a1fdbcf75031b67339a50ae0202df04 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 1 Sep 2017 15:46:14 -0400 Subject: [PATCH] Rename .zshrc to .profile so that it gets evaluated before i3 starts This means the environment variables will be available to programs launched through i3 or rofi --- .zshenv => .profile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .zshenv => .profile (100%) diff --git a/.zshenv b/.profile similarity index 100% rename from .zshenv rename to .profile