summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-20 20:52:22 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-20 20:52:22 +0200
commit288b4a32da9d8b49774f915b9828417e09d4d9eb (patch)
tree919b6dba2c4353deafa01a279d7bcd0cebf0a4d2
parent1b05ea3b23d8cf42a2d5e75a3c2a8ed0eff5f19a (diff)
downloaddotfiles-288b4a32da9d8b49774f915b9828417e09d4d9eb.tar.gz
dotfiles-288b4a32da9d8b49774f915b9828417e09d4d9eb.tar.xz
dotfiles-288b4a32da9d8b49774f915b9828417e09d4d9eb.zip
Bash config: add ackp alias for "grep'ing" patches only
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index dd6856d..08bdafe 100644
--- a/.bashrc
+++ b/.bashrc
@@ -99,6 +99,7 @@ alias tree='tree -a'
alias mc='LESS="-RSX" mc'
alias tmux='tmux -2'
alias acka='$ACK --follow'
+alias ackp='$ACK *.patch --match'
alias fname='find -name'
alias mk='make -j$( \
nproc --ignore=1 2>/dev/null \