From aa411c70fe1363d364724662112bd84f145a1c39 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 20 Oct 2014 15:24:17 +0200 Subject: Bash config: extend aliases with fpath (~ find -path) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...the same way as fname is established already Signed-off-by: Jan Pokorný --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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; )' -- cgit