From 714bb3d138798f7bc9def951ef818193a241f55b Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 15 Aug 2022 12:07:29 -0500 Subject: [PATCH] hg --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index ea75761..a7ba800 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -251,4 +251,5 @@ export FZF_DEFAULT_OPTS="--preview 'echo {}' --preview-window down:3:wrap --bind source ~/.bash_profile export ZSH="$HOME/.oh-my-zsh" +source /etc/bash_completion.d/hgd source $ZSH/oh-my-zsh.sh