commit 593aa8ec2919971e7cf4126aa0b22f6757c9f2c9 parent 4c315c05d28c90af07e030cc73f248b930a38e74 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sun, 4 Nov 2018 13:41:09 +0100 Exercism completion Diffstat:
M | shell/zshrc | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/shell/zshrc b/shell/zshrc @@ -118,6 +118,10 @@ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs histor # Aliases source ~/.commonprofile +if [ -f ~/.config/exercism/exercism_completion.zsh ]; then + source ~/.config/exercism/exercism_completion.zsh +fi + # Z initialization . /usr/local/etc/profile.d/z.sh