From 88e89c7e8751b7f2d02011daccab7022a0f0dfa5 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 7 Sep 2022 11:24:48 -0500 Subject: [PATCH] Fix hgshort --- google/.hgrc | 2 +- zsh/.bash_profile.google | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google/.hgrc b/google/.hgrc index 7dc495c..78c617b 100644 --- a/google/.hgrc +++ b/google/.hgrc @@ -1,4 +1,4 @@ -%include ~/hgshort/hgshort.hgrc +%include /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgshort.hgrc [ui] editor = vim diff --git a/zsh/.bash_profile.google b/zsh/.bash_profile.google index 60b734f..78c4ffa 100644 --- a/zsh/.bash_profile.google +++ b/zsh/.bash_profile.google @@ -73,7 +73,7 @@ alias add_deps_to_usages='/google/src/head/depot/google3/apps/framework/tools/ad alias plxutil='/google/data/ro/teams/plx/plxutil' export HGSHORT_CMDS="cat head tail mv cp rm chmod g4 diff merge patch meld trim less more" source /etc/bash_completion.d/hgd -alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd.sh' +alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd-local.sh' export ACID_STARTUP_SCRIPT_PATH=~/acid_startup.sh export PATH=$PATH:/usr/local/google/home/cnieves/.local/binexport PATH=$PATH:/usr/local/google/home/cnieves/.local/bin