commit ca527fe416cb1e692efd1c43116796b47b831d27 parent 63a2c8062220a54be02908bffb3bad91eb5cc631 Author: pyratebeard <root@pyratebeard.net> Date: Sun, 23 Jul 2017 15:32:04 +0100 dynamic colors path Diffstat:
M | zsh/.zshrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -13,3 +13,5 @@ # Load configs for config (~/.zsh/*.zsh) source $config setopt auto_cd +export PATH="$HOME/.dynamic-colors/bin:$PATH" +source $HOME/.dynamic-colors/completions/dynamic-colors.zsh