small
This commit is contained in:
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user