From 0ae5a4d9769f4877b46af29f2d20cc55a87e5bcb Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 8 Dec 2019 15:30:20 +0100 Subject: [PATCH] Add some dev aliases --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 889d6fb..e8cf2c1 100644 --- a/.bashrc +++ b/.bashrc @@ -146,6 +146,7 @@ total: %{time_total} | \ size: %{size_download}\n"' alias ssh-fp='echo /etc/ssh/ssh_host_*_key.pub | xargs -n1 ssh-keygen -l -f' alias aplay_pcm='aplay -t raw -c 2 -r 44100 -f S16_LE' +alias logcat='adb logcat -v "color printable usec year zone" -T 10' function git-remaster() { local need_stash="$(git status --porcelain)" @@ -207,6 +208,7 @@ alias gdc='gd --cached' alias gst='git status' alias gamend='git commit -a --amend --no-edit && git push -f' alias gnew='git fetch upstream && git co upstream/master -b' +alias greb='git pull --rebase upstream master' # sudo alias sudo='sudo -E '