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_zsh/source/path.zsh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dot_zsh/source/path.zsh') diff --git a/dot_zsh/source/path.zsh b/dot_zsh/source/path.zsh index 252fbdb..e29bb56 100644 --- a/dot_zsh/source/path.zsh +++ b/dot_zsh/source/path.zsh @@ -1,8 +1,3 @@ -export CARGO_HOME=~/.local/cargo -export DENO_DIR=~/.local/deno -export GOPATH=~/.local/go -export LUAROCKS_CONFIG=~/.config/luarocks/config.lua - if (( $+commands[luarocks] )); then PATH="$PATH:$(luarocks path --lr-bin)" # luarocks puts :s in the output eval $(luarocks path --no-bin) -- cgit v1.2.3