mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add more aliases
This commit is contained in:
parent
c2d8bcf5be
commit
42c3fd3474
1 changed files with 10 additions and 0 deletions
10
setup.sh
10
setup.sh
|
@ -40,8 +40,18 @@ export EDITOR=nano &&
|
|||
|
||||
export VISUAL=nano &&
|
||||
|
||||
alias origin='git checkout -f origin/main' &&
|
||||
|
||||
alias rebase='git rebase-update' &&
|
||||
|
||||
alias gnargs='gn args out/thorium' &&
|
||||
|
||||
alias gnls='gn ls out/thorium' &&
|
||||
|
||||
alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' &&
|
||||
|
||||
alias runhooks='gclient runhooks' &&
|
||||
|
||||
alias pgo='python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||
|
||||
alias pgow='python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||
|
|
Loading…
Reference in a new issue