✨ add lf setup
This commit is contained in:
parent
ced9eb359f
commit
2bcf089e31
4 changed files with 47 additions and 0 deletions
2
.zshrc
2
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue