citadel

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

commit 1b417da3248091848141ac38901aa26427a95649
parent ae604b2d25f840e906a624108b8efc561bed61e2
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 07:20:04 -0700

fix edit-gui

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

diff --git a/bin/edit-gui b/bin/edit-gui @@ -1,2 +1,2 @@ #!/usr/bin/env sh -urxvt -e nvim "$@" +urxvtc -e nvim "$@"