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/plugins/jump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_zsh/plugins/jump') diff --git a/dot_zsh/plugins/jump b/dot_zsh/plugins/jump index 43e1d44..b64f1df 100644 --- a/dot_zsh/plugins/jump +++ b/dot_zsh/plugins/jump @@ -1,4 +1,4 @@ #!/bin/zsh (( $+commands[jump] )) || return -export JUMP_HOME=~/.local/share/jump + eval "$(jump shell zsh)" -- cgit v1.2.3