summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-10-20 15:24:17 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-10-20 15:24:17 +0200
commitaa411c70fe1363d364724662112bd84f145a1c39 (patch)
tree3de4b75f5c6a402c7d3d9298b2536876fbc3dceb
parent7df5286e51d2c4bef7c941a47a5724e2ef900b9b (diff)
downloaddotfiles-aa411c70fe1363d364724662112bd84f145a1c39.tar.gz
dotfiles-aa411c70fe1363d364724662112bd84f145a1c39.tar.xz
dotfiles-aa411c70fe1363d364724662112bd84f145a1c39.zip
Bash config: extend aliases with fpath (~ find -path)
...the same way as fname is established already 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 46f3850..4001682 100644
--- a/.bashrc
+++ b/.bashrc
@@ -103,6 +103,7 @@ alias tmux='tmux -2'
alias acka='${ACK} --follow'
alias ackp='${ACK} *.patch --match'
alias fname='find -name'
+alias fpath='find -path'
alias mk='make -j$( \
nproc --ignore=1 2>/dev/null \
|| sed "s|.*\([0-9]\+\)$|\1|" /sys/devices/system/cpu/online; )'