bigfile
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
# ---------------
|
||||
export PATH=$PATH:/google/src/head/depot/google3/experimental/users/cnieves/util
|
||||
export PATH="${HOME}/.config/lsp/lua-language-server/bin:${PATH}"
|
||||
export XAUTHORITY=~/.Xauthority
|
||||
export GOROOT=/usr/lib/google-golang
|
||||
export PATH=$GOROOT/bin:$PATH
|
||||
export JAVA_HOME=$(readlink -ne /usr/local/buildtools/java/jdk)
|
||||
@ -24,7 +23,6 @@ function gcert() {
|
||||
source /google/bin/releases/knock/knock.sh
|
||||
}
|
||||
|
||||
|
||||
FORTUNES=/google/data/ro/users/di/diamondm/engfortunes/fortune.sh
|
||||
if [ -f "$FORTUNES" ]; then
|
||||
prodcertstatus &> /dev/null && $FORTUNES
|
||||
@ -52,6 +50,8 @@ alias jadep=/google/data/ro/teams/jade/jadep
|
||||
alias replace_string=/google/src/head/depot/google3/devtools/scripts/replace_string
|
||||
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 bloaty=/google/bin/releases/protobuf-team/bloaty/bloaty
|
||||
alias bloaty-google3-diff=/google/bin/releases/protobuf-team/bloaty/bloaty-google3-diff
|
||||
alias plxutil='/google/data/ro/teams/plx/plxutil'
|
||||
export HGSHORT_CMDS="cat head tail mv cp rm chmod g4 diff merge patch meld trim less more nvim"
|
||||
export HGSHORT_DIR='/google/src/head/depot/google3/experimental/fig_contrib/hgshort' # default
|
||||
|
@ -1,6 +1,8 @@
|
||||
# set -xv
|
||||
HISTSIZE=10000000
|
||||
SAVEHIST=10000000
|
||||
CASE_SENSITIVE="true" # speeds up tab autocomplete
|
||||
zstyle ':completion:*:hosts' hosts
|
||||
|
||||
alias cd pushd
|
||||
|
||||
@ -34,7 +36,6 @@ zplug "mafredri/zsh-async", from:"github", use:"async.zsh"
|
||||
zplug "zsh-users/zsh-autosuggestions"
|
||||
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
|
||||
|
||||
# Install plugins if there are plugins that have not been installed
|
||||
|
Reference in New Issue
Block a user