Export EDITOR and VISUAL to nano.

This commit is contained in:
Alexander David Frick 2022-04-22 14:37:47 -05:00 committed by GitHub
parent fbfa0f029d
commit 00f7ead067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,10 @@ printf "${YEL}Setting NINJA_SUMMARIZE_BUILD=1 and aliases to download the PGO Pr
export NINJA_SUMMARIZE_BUILD=1 && export NINJA_SUMMARIZE_BUILD=1 &&
export EDITOR=nano &&
export VISUAL=nano &&
alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' && alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' &&
alias pgo='python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' && alias pgo='python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&