diff --git a/zsh/.aliases.sh b/zsh/.aliases.sh index 1d01d2d..e38f688 100644 --- a/zsh/.aliases.sh +++ b/zsh/.aliases.sh @@ -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 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' + +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' diff --git a/zsh/.bash_profile.local b/zsh/.bash_profile.local index 1e2f59b..94cb0ee 100644 --- a/zsh/.bash_profile.local +++ b/zsh/.bash_profile.local @@ -57,6 +57,4 @@ source ~/fzf-at-google.zsh source ~/g3path.zsh 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 -alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd.sh' diff --git a/zsh/.zshrc b/zsh/.zshrc index 734f65c..e2180dc 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,6 +28,7 @@ DISABLE_AUTO_TITLE=true bindkey "^A" vi-beginning-of-line bindkey "^E" vi-end-of-line +bindkey '\e.' insert-last-word # Put standard ANSI color codes in shell parameters for easy use. # Note that some terminals do not support all combinations.