From abe1fb4d63e03d2600b9ccf233371d845fc074f8 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 22 Oct 2016 12:12:45 -0400 Subject: [PATCH] commonshrc: tokei alias --- commonshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commonshrc b/commonshrc index e6bf510..207ba0f 100644 --- a/commonshrc +++ b/commonshrc @@ -17,6 +17,8 @@ alias vi="$EDITOR" export BROWSER=xdg-open +alias udetokei='tokei $(rg --files)' + # passc passc() { pass show "$1" | (read i; cat; echo -n "$i" | xclip -l 1 -se c)