8 lines
290 B
Text
8 lines
290 B
Text
|
|
#!/bin/zsh
|
||
|
|
|
||
|
|
# Sourced by `zsh` before /etc/zsh/zshrc,
|
||
|
|
# and thus the only place where the following can be set in time
|
||
|
|
|
||
|
|
# Otherwise, Debian's /etc/zsh/zshrc calls `compinit` without arguments,
|
||
|
|
# which creates a second ~/.zcompdump next to the XDG one set in ~/.zshrc
|
||
|
|
skip_global_compinit=1
|