citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 04978adf456a8e57b1f401d7b6439d9e018621e9
parent 9e06fc328ca58068489d1fdf0d85af515d858bb0
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 19 Sep 2020 05:03:13 -0700

fixup! av98: remove always_less option

Diffstat:
Mbin/gemini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gemini b/bin/gemini @@ -1,2 +1,2 @@ #!/usr/bin/env sh -exec reader $GEMINICLIENT --always-less "$@" +exec reader $GEMINICLIENT "$@"