Add .zsh and completions placeholder

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

View File

@ -21,6 +21,7 @@ wofi = { source = "wofi", target = ".config/wofi" }
# zsh
p10k = { source = "zsh/p10k.zsh", target = ".p10k.zsh" }
zsh = { source = "zsh/zsh", target = ".zsh", ignore = [ ".keep" ] }
zsh_aliases = { source = "zsh/zsh_aliases", target = ".zsh_aliases" }
zshenv = { source = "zsh/zshenv", target = ".zshenv" }
zshrc = { source = "zsh/zshrc", target = ".zshrc" }

View File

View File

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