diff options
Diffstat (limited to 'files/.zsh/rc/S20_environment')
| -rw-r--r-- | files/.zsh/rc/S20_environment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment index d265399..02cf5fe 100644 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -7,6 +7,11 @@ fi path=(~/bin $path) +fpath=($HOME/.zsh/zsh-completions/src $fpath) +# To force rebuild zcompdump: +# rm -f ~/.zcompdump; compinit + + export SHELL=/bin/zsh export MANWIDTH=80 |
