mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Export EDITOR and VISUAL to nano.
This commit is contained in:
parent
fbfa0f029d
commit
00f7ead067
1 changed files with 4 additions and 0 deletions
4
setup.sh
4
setup.sh
|
@ -36,6 +36,10 @@ printf "${YEL}Setting NINJA_SUMMARIZE_BUILD=1 and aliases to download the PGO Pr
|
|||
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
export EDITOR=nano &&
|
||||
|
||||
export VISUAL=nano &&
|
||||
|
||||
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' &&
|
||||
|
|
Loading…
Reference in a new issue