summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-06-13 20:16:38 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-06-13 20:17:16 +0200
commitd32b5b7b038e32c7e481916b4df6ccd7fbfe9c87 (patch)
treeb50f5ab5f5bce7e4d0085c1b2e31f64e657251bf /.bashrc
parentc6f281172c2bc5ad272c244699a304e279d25fdd (diff)
downloaddotfiles-d32b5b7b038e32c7e481916b4df6ccd7fbfe9c87.tar.gz
dotfiles-d32b5b7b038e32c7e481916b4df6ccd7fbfe9c87.tar.xz
dotfiles-d32b5b7b038e32c7e481916b4df6ccd7fbfe9c87.zip
Bash config: add acka='ack -a --follow' alias
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 942a38b..40fda99 100644
--- a/.bashrc
+++ b/.bashrc
@@ -18,6 +18,7 @@ PS1='\[\033[01;34m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
# op(t)inioned commands
alias mc='LESS="-RSX" mc'
alias tmux='tmux -2'
+alias acka='ack -a --follow'
# debug, etc.
alias hist-del-last='history -d $(history 1 | cut -d" " -f2)' # historical NOOP