[dotfiles] added zhsrc

This commit is contained in:
2023-02-13 17:41:12 +03:00
parent 5deea3cdd3
commit 9758e40086
2 changed files with 8 additions and 0 deletions

7
zsh/zshrc Normal file
View File

@@ -0,0 +1,7 @@
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
compinit
fi