remove duplicates from PATH in .zshrc and fix infinite recursive i3lock call

This commit is contained in:
Tony Blyler 2022-04-26 10:44:37 -04:00
parent 441ad802e7
commit 2095d3cb00
3 changed files with 3 additions and 1 deletions
chezmoi

View file

@ -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