1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

add aligntabs alias

This commit is contained in:
Connor Olding 2017-05-01 00:48:11 +00:00
parent e582218354
commit 897ebfa7bf

View File

@ -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'