Fix hgshort

This commit is contained in:
Christian Nieves
2022-09-07 11:24:48 -05:00
parent 86afaf45f6
commit e48f4446bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%include ~/hgshort/hgshort.hgrc %include /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgshort.hgrc
[ui] [ui]
editor = vim editor = vim

View File

@ -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' 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" export HGSHORT_CMDS="cat head tail mv cp rm chmod g4 diff merge patch meld trim less more"
source /etc/bash_completion.d/hgd 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 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 export PATH=$PATH:/usr/local/google/home/cnieves/.local/binexport PATH=$PATH:/usr/local/google/home/cnieves/.local/bin