mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add aligntabs alias
This commit is contained in:
parent
e582218354
commit
897ebfa7bf
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue