about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-10 13:49:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-15 15:59:31 -0500
commit5d963809faa7b3c5c91dad5a29df8d8e6b1f5d09 (patch)
treebdd6a17f16d1932d0297458a6f91d68bc2293f0a /configure
parentColor contexts like catgirl (diff)
downloadlitterbox-5d963809faa7b3c5c91dad5a29df8d8e6b1f5d09.tar.gz
litterbox-5d963809faa7b3c5c91dad5a29df8d8e6b1f5d09.zip
Allow interspersing flags and config files 1.7
Don't wait for getopt_long to move all the arguments to the end. This
allows overriding options set by config files by placing flags after
them on the command line.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe