remove duplicates from PATH in .zshrc and fix infinite recursive i3lock call
This commit is contained in:
parent
441ad802e7
commit
2095d3cb00
3 changed files with 3 additions and 1 deletions
chezmoi
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue