zimfw/modules/utility
Eric Nielsen 9d0851ed95 [utility] Use "our" ls colors in GNU too
They were only being applied to BSD. Also, GNU uses `LS_COLORS`, and BSD
only uses `LSCOLORS`. Keeping these consistent, with same color scheme,
in both GNU and BSD.

Simplify arithmetic command expression without using `${var}`
substitution, but `var` instead. The second construct does not fail if
`var` is not defined, but defaults its value to `0` in that case.
2017-12-01 07:45:55 -05:00
..
functions [utility] Move mkcd to functions subdirectory 2017-11-24 21:05:48 -05:00
README.md Add less termcap colour variables 2016-12-01 23:51:59 -08:00
init.zsh [utility] Use "our" ls colors in GNU too 2017-12-01 07:45:55 -05:00

README.md

Utility

Utility aliases and functions.

Adds colour to ls, grep and less.

Aliases

ls

alias command description
ls ls --group-directories-first --color=auto directories first, use color (applies to all ls aliases)
l ls -lAh all files, human-readable sizes
lm `l ${PAGER}`
ll ls -lh human-readable sizes
lr ll -R human-readable sizes, recursive
lx ll -XB human-readable sizes, sort by extension (GNU only)
lk ll -Sr human-readable sizes, largest last
lt ll -tr human-readable sizes, most recent last
lc lt -c human-readable sizes, most recent last, change time

File Downloads

Aliases get to ( aria2c || axel || wget || curl ).

Resource Usage

alias command
df df -kh
du du -kh

Condoms

alias command
chmod chmod --preserve-root -v
chown chown --preserve-root -v
rm if available, safe-rm

Misc

alias description
mkcd mkdir and cd