Skip to content

Commit 1cb71b3

Browse files
committed
hr == horizontal rule. Emit for all build commands by placing into ninja alias.
1 parent 8e086bc commit 1cb71b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aliases

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ alias gdb-index='./build/gdb-add-index ./out/Debug/chrome && ldd -d ./out/Debug/
8181
alias g='gclient runhooks'
8282
alias gos='GYP_GENERATORS=ninja build/gyp_chromium -D chromeos=1'
8383
alias gsync='GYP_CHROMIUM_NO_ACTION=1 gclient sync -D'
84+
alias hr='echo "$(tput setab 2; tput bold)============================================================================================================================================================================$(tput sgr 0)"'
8485
alias lupdate='git branch -D lkgr 1>/dev/null 2&>1; git lkgr | xargs git branch -f lkgr'
8586
alias ma='my_activity.py --output-format="- [{title}]({url})" | sed -e "s/^Changes:$/Changes:\n/g" | sed -e "s/^Reviews:$/Reviews:\n/g" | sed -e "s/^Issues:$/Issues:\n/g"'
8687
alias mount-tmpfs-out='sudo mount -t tmpfs -o size=50% tmpfs out'
8788
alias ninja-detect-goma='if [ -e ~/goma ]; then if [ `uname` == "Darwin" ]; then echo ninja -j 100; else echo ninja -j 1024; fi; else echo ninja; fi'
88-
alias ninja='`ninja-detect-goma`'
89+
alias ninja='hr; `ninja-detect-goma`'
8990
alias n='notify'
9091
alias notify-fail='(notify-send -i $BASH_CONFIG_DIR/icons/red.png "FAIL"; paplay /usr/share/sounds/ubuntu/stereo/system-ready.ogg; exit 1)'
9192
alias notify-ok='(notify-send -i $BASH_CONFIG_DIR/icons/green.png "OK"; paplay /usr/share/sounds/ubuntu/stereo/message.ogg; exit 0)'

0 commit comments

Comments
 (0)