Add .zsh and completions placeholder

This commit is contained in:
2021-06-14 14:36:55 -05:00
parent fb31575074
commit 547d795d6b
3 changed files with 3 additions and 0 deletions

View File

View File

@ -1,3 +1,5 @@
export EDITOR="nvim"
fpath=(~/.zsh/completions $fpath)
. "$HOME/.cargo/env"