sync
This commit is contained in:
@ -182,3 +182,4 @@ alias bisect=/google/data/ro/teams/tetralight/bin/bisect
|
||||
alias copybara='/google/bin/releases/copybara/public/copybara/copybara'
|
||||
alias allow_ptrace='/google/bin/releases/cider/dbg/allow_ptrace'
|
||||
alias bluze=/google/bin/releases/blueprint-bluze/public/bluze
|
||||
source /google/bin/releases/gmscore-tools/cli/prod/setup_prod_gms.sh
|
||||
|
@ -36,7 +36,6 @@ zplug "zsh-users/zsh-history-substring-search"
|
||||
zplug "modules/command-not-found", from:prezto
|
||||
zplug "modules/completion", from:prezto
|
||||
zplug "romkatv/powerlevel10k", as:theme, depth:1
|
||||
# zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
|
||||
|
||||
# Install plugins if there are plugins that have not been installed
|
||||
if ! zplug check --verbose; then
|
||||
@ -93,8 +92,8 @@ bindkey '^[^?' backward-kill-word
|
||||
# bindkey "^[[B" down-history
|
||||
# bindkey "^[[A" history-beginning-search-backward
|
||||
# bindkey "^[[B" history-beginning-search-forward
|
||||
bindkey "^[[A" history-substring-search-up
|
||||
bindkey "^[[B" history-substring-search-down
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
# 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