From 8e28344e223068d0440a5e87fc285b68a449f672 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 29 Aug 2020 13:33:12 -0400 Subject: zsh: nicer environment stuff uses systemd's environment.d I'm thinking it makes sense to port it to other systems, though especially given pam_env is disabled by default now --- dot_config/environment.d/99-paths.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_config/environment.d/99-paths.conf (limited to 'dot_config/environment.d/99-paths.conf') diff --git a/dot_config/environment.d/99-paths.conf b/dot_config/environment.d/99-paths.conf new file mode 100644 index 0000000..54e917a --- /dev/null +++ b/dot_config/environment.d/99-paths.conf @@ -0,0 +1,5 @@ +CARGO_HOME=$HOME/.local/cargo +DENO_DIR=$HOME/.local/deno +LUAROCKS_CONFIG=$HOME/.config/luarocks/config.lua + +JUMP_HOME=$HOME/.local/share/jump -- cgit v1.2.3