aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/ls.sh
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate ed,bc,grep,ls.sh into one functionTom Ryder2016-08-211-27/+0
|
* Add la(), ll()Tom Ryder2016-08-211-1/+2
|
* Clean up/extend grep()/ls() extensionTom Ryder2016-08-211-3/+9
|
* Do away with dircolors and LS_COLORSTom Ryder2016-08-181-12/+1
| | | | | | | The default colors are just fine; I want to be able to distinguish directories, devices, links, and executable files, and those all appear to be configured by default. The giant environment variable is too annoying for too little benefit.
* Keep ls(1) option metadata in cacheTom Ryder2016-08-151-15/+28
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Need to actually make LS/GREP_COLORS conditionalTom Ryder2015-06-191-7/+18
|
* Don't bother checking for ls --colorTom Ryder2015-06-191-18/+7
|
* Overhaul grep(1) and ls(1) options and wrappersTom Ryder2015-05-301-8/+18
|
* Add missing options terminatorTom Ryder2014-10-101-1/+1
|
* Store a local .dircolors fileTom Ryder2014-06-031-1/+5
| | | | | | Looks like a recent package update hosed mine and removed a bunch of terminal definitions I used. Probably better long-term just to use my own. Removed all the comment cruft from it for now.
* Use space before semicolon as command separatorTom Ryder2014-02-101-1/+1
|
* Move LSCOLORS export into profileTom Ryder2014-02-051-0/+5
dircolors(1) exports its LS_COLORS var, so it's pointless reloading it on every non-login shell