From 897ebfa7bf7c3dabc629e4642d0c08b6de6c32d8 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 1 May 2017 00:48:11 +0000 Subject: [PATCH] add aligntabs alias --- home/-shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/-shrc b/home/-shrc index fbd2f07..41d9c5a 100644 --- a/home/-shrc +++ b/home/-shrc @@ -130,6 +130,7 @@ alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )' # TODO: dotfiles first, like `LC_ALL=C ls -A` which doesnt work with -X flag alias ll="ify less ls -lAX --group-directories-first --color=force" alias get="git clone --single-branch --depth 1" +alias aligntabs="column -t -s$'\t'" # providing extra functionality alias counts='find . | wc -l'