summary refs log tree commit diff
path: root/bin/klon.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-23 16:15:54 -0500
committerJune McEnroe <programble@gmail.com>2018-02-23 16:15:54 -0500
commit9ec79d7712b82c9642eff752cbb47dd2f40b66f1 (patch)
treea64b43840d7c2169b0dd737786f5361d2d73b0c3 /bin/klon.c
parentDon't bother checking result of close(2) in dtch (diff)
downloadsrc-9ec79d7712b82c9642eff752cbb47dd2f40b66f1.tar.gz
src-9ec79d7712b82c9642eff752cbb47dd2f40b66f1.zip
Clean up fbclock
You can't use the return value of gzerror to check if an error occurred
or not. Its implementation actually checks if the internal error is NULL
and returns the empty string if it is! This is stupid and unhelpful, so
check gzeof first since its return value actually means something.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ne McEnroe 2016-01-14Remove unused git aliasesJune McEnroe 2016-01-06Hash SSH known hostsJune McEnroe 2015-12-30Ignore directory .swp filesJune McEnroe 2015-12-16Color prompt yellow in vi normal modeJune McEnroe 2015-11-23Remove colorcolumn at 120June McEnroe 2015-11-23Always git rebase --autosquashJune McEnroe 2015-11-18Add inverted shift to KarabinerJune McEnroe 2015-11-06Clean up git configsJune McEnroe 2015-11-06Add prune scriptJune McEnroe 2015-11-03Update vendored Gruvbox colorschemeJune McEnroe 2015-11-02Redefine _newline_precmd in _newline_precmdJune McEnroe 2015-11-02Print newline before every prompt after firstJune McEnroe 2015-11-02Remove first prompt placementJune McEnroe 2015-11-02Newline before prompt and start at bottom of terminalJune McEnroe 2015-10-27Add chruby to zshrcJune McEnroe