Add .zsh and completions placeholder
This commit is contained in:
parent
fb31575074
commit
547d795d6b
@ -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" }
|
||||
|
0
zsh/zsh/completions/.keep
Normal file
0
zsh/zsh/completions/.keep
Normal file
@ -1,3 +1,5 @@
|
||||
export EDITOR="nvim"
|
||||
|
||||
fpath=(~/.zsh/completions $fpath)
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
Loading…
x
Reference in New Issue
Block a user