summary refs log tree commit diff
path: root/bin/cash/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-13 20:18:26 -0500
committerJune McEnroe <june@causal.agency>2019-01-13 20:18:26 -0500
commit1e9981486305eb3bebe4c7659b1c8717701e72f7 (patch)
tree05120e5febb7d33594fdd6e5f4c47f6fab43897d /bin/cash/.gitignore
parentDocument PSlit (diff)
downloadsrc-1e9981486305eb3bebe4c7659b1c8717701e72f7.tar.gz
src-1e9981486305eb3bebe4c7659b1c8717701e72f7.zip
Shorten $HOME to ~ in prompt expansion
Diffstat (limited to 'bin/cash/.gitignore')
0 files changed, 0 insertions, 0 deletions
2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe