add lf setup

This commit is contained in:
DannyDannyDanny 2023-05-10 14:03:01 +02:00
parent ced9eb359f
commit 2bcf089e31
4 changed files with 47 additions and 0 deletions

2
.zshrc
View file

@ -125,6 +125,8 @@ fi
# zsh auto-complete
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
# zsh completions for lf
fpath=(~/.config/lf $fpath)
autoload -Uz compinit
compinit