fix(zsh): correctly source nix-zsh-completions
plugin
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
73ed5ce107
commit
7ceb88ada8
@ -12,7 +12,7 @@ init() {
|
||||
source "${wkdir}/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||
source "${wkdir}/zsh-completions/zsh-completions.plugin.zsh"
|
||||
source "${wkdir}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
source "${wkdir}/nix-zsh-completions/nix.plugin.zsh"
|
||||
source "${wkdir}/nix-zsh-completions/nix-zsh-completions.plugin.zsh"
|
||||
source "${wkdir}/zsh-nix-shell/nix-shell.plugin.zsh"
|
||||
|
||||
FPATH="${FPATH}:${wkdir}/nix-zsh-completions"
|
||||
@ -26,4 +26,4 @@ init() {
|
||||
configure
|
||||
}
|
||||
|
||||
init
|
||||
init
|
||||
|
Loading…
Reference in New Issue
Block a user