This commit is contained in:
Christian Nieves
2022-08-03 17:17:30 +00:00
parent 1797ecfa2e
commit 9d10f26cdb
3 changed files with 4 additions and 2 deletions

View File

@ -140,3 +140,6 @@ alias replace_string=/google/src/head/depot/google3/devtools/scripts/replace_str
alias safergcp=/google/bin/releases/safer-gcp/tools/safergcp alias safergcp=/google/bin/releases/safer-gcp/tools/safergcp
alias add_deps_to_usages='/google/src/head/depot/google3/apps/framework/tools/add_deps_to_usages.sh' alias add_deps_to_usages='/google/src/head/depot/google3/apps/framework/tools/add_deps_to_usages.sh'
alias plxutil='/google/data/ro/teams/plx/plxutil' alias plxutil='/google/data/ro/teams/plx/plxutil'
export HGSHORT_CMDS="ls cat head tail mv cp rm chmod g4 diff merge patch meld trim less more"
alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd.sh'

View File

@ -57,6 +57,4 @@ source ~/fzf-at-google.zsh
source ~/g3path.zsh source ~/g3path.zsh
source /etc/bash_completion.d/hgd source /etc/bash_completion.d/hgd
export HGSHORT_CMDS="ls cat head tail mv cp rm chmod g4 diff merge patch meld trim less more"
export ACID_STARTUP_SCRIPT_PATH=~/acid_startup.sh export ACID_STARTUP_SCRIPT_PATH=~/acid_startup.sh
alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd.sh'

View File

@ -28,6 +28,7 @@ DISABLE_AUTO_TITLE=true
bindkey "^A" vi-beginning-of-line bindkey "^A" vi-beginning-of-line
bindkey "^E" vi-end-of-line bindkey "^E" vi-end-of-line
bindkey '\e.' insert-last-word
# Put standard ANSI color codes in shell parameters for easy use. # Put standard ANSI color codes in shell parameters for easy use.
# Note that some terminals do not support all combinations. # Note that some terminals do not support all combinations.