From 2095d3cb007e1cc2e50417332525ca09cbe98a2c Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Tue, 26 Apr 2022 10:44:37 -0400 Subject: [PATCH] remove duplicates from PATH in .zshrc and fix infinite recursive i3lock call --- chezmoi/bin/{executable_i3lock => executable_i3locker} | 0 chezmoi/dot_zshenv | 2 ++ chezmoi/private_dot_config/i3/config | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename chezmoi/bin/{executable_i3lock => executable_i3locker} (100%) diff --git a/chezmoi/bin/executable_i3lock b/chezmoi/bin/executable_i3locker similarity index 100% rename from chezmoi/bin/executable_i3lock rename to chezmoi/bin/executable_i3locker diff --git a/chezmoi/dot_zshenv b/chezmoi/dot_zshenv index 84198a1..85cb333 100644 --- a/chezmoi/dot_zshenv +++ b/chezmoi/dot_zshenv @@ -47,3 +47,5 @@ if command -v fzf &> /dev/null && command -v ag &> /dev/null; then export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --nocolor -g "" -l' export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}" fi + +typeset -U path diff --git a/chezmoi/private_dot_config/i3/config b/chezmoi/private_dot_config/i3/config index 90503f2..f678c74 100644 --- a/chezmoi/private_dot_config/i3/config +++ b/chezmoi/private_dot_config/i3/config @@ -11,7 +11,7 @@ exec --no-startup-id nm-applet exec --no-startup-id blueman-applet # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3lock +exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3locker # background exec --no-startup-id ~/.fehbg