File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44export SAM_CLI_TELEMETRY=0 TELEMETRY=0 ENABLE_TELEMETRY=0 SEND_TELEMETRY=0 DO_NOT_TRACK=1 ANALYTICS=0 DISABLE_ANALYTICS=1 NO_ANALYTICS=1 DOTNET_CLI_TELEMETRY_OPTOUT=1 # General catch-all
55export GREP_OPTIONS="--color"
66# export LSCOLORS="ExFxCxDxBxegedabagacad"
7- export LS_COLORS="$(vivid generate dracula)"
87export CLICOLOR=1
98export GOPATH="${HOME}/go"
109export XZ_OPT="--threads=8"
1110export MU_REPO_SERIAL=false
12- export EDITOR=vim
11+ LS_COLORS="$(vivid generate dracula)"
12+ export LS_COLORS
13+
14+ if [ -x "/usr/local/bin/zed" ]; then
15+ export EDITOR="/usr/local/bin/zed"
16+ else
17+ export EDITOR="vim"
18+ fi
1319
1420# Tells 'less' not to paginate if less than a page
1521export LESS="-F -X $LESS"
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ fpath+=~/.zfunc
127127export PATH=" /opt/homebrew/opt/tcl-tk@8/bin:$PATH "
128128
129129# # The next line updates PATH for the Google Cloud SDK.
130- if [ -f ' /Users/samm/Downloads/google-cloud-sdk/path.zsh.inc' ] && if_not_in_vscode; then . ' /Users/samm/Downloads/google-cloud-sdk/path.zsh.inc' ; fi
130+ # if [ -f '/Users/samm/Downloads/google-cloud-sdk/path.zsh.inc' ] && if_not_in_vscode; then . '/Users/samm/Downloads/google-cloud-sdk/path.zsh.inc'; fi
131131
132132# The next line enables shell command completion for gcloud.
133- if [ -f ' /Users/samm/Downloads/google-cloud-sdk/completion.zsh.inc' ] && if_not_in_vscode; then . ' /Users/samm/Downloads/google-cloud-sdk/completion.zsh.inc' ; fi
133+ # if [ -f '/Users/samm/Downloads/google-cloud-sdk/completion.zsh.inc' ] && if_not_in_vscode; then . '/Users/samm/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
134134
135135# # Amazon Q post block. Keep at the bottom of this file.
136136if [[ " $LOADING_Q " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments