[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

View File

@@ -7,6 +7,7 @@
- link: - link:
~/.tmux.conf: tmux.conf ~/.tmux.conf: tmux.conf
~/.vim: vim ~/.vim: vim
~/.zshrc: zsh/zshrc
- shell: - shell:
- [git submodule update --init --recursive, Installing submodules] - [git submodule update --init --recursive, Installing submodules]

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