From 9d10f26cdbc0740dd2f77772adddca548db6cf91 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 3 Aug 2022 17:17:30 +0000 Subject: [PATCH] small --- zsh/.aliases.sh | 3 +++ zsh/.bash_profile.local | 2 -- zsh/.zshrc | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) 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.