diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-29 20:52:12 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-29 20:52:46 +0500 |
| commit | 951f9d198e4f02be4fd4cf74fbc0676a190cd127 (patch) | |
| tree | f013905b4545ba4a90685bdd0e8c48f71237f1e6 /files/.zsh/rc/S20_environment | |
| parent | cca7b2932ff9860155687f803e46a77f0f1940e2 (diff) | |
[zsh] Add completion generation
Diffstat (limited to 'files/.zsh/rc/S20_environment')
| -rw-r--r-- | files/.zsh/rc/S20_environment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment index 115ae1f..e6c47e2 100644 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -8,6 +8,7 @@ fi path=(~/bin ~/.local/bin $path) fpath=($HOME/.zsh/zsh-completions/src $fpath) +fpath=($HOME/.zsh/zsh-completions-cached $fpath) # To force rebuild zcompdump: # rm -f ~/.zcompdump; compinit |
