citadel

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

commit 2b169065c9ca406958f661dba736cbb89d479181
parent 09332722624ef2514ef47cf4daa096ff09cffc83
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Dec 2020 11:53:57 -0800

edit-gui: no exec

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 -exec urxvtc -e nvim "$@" +urxvtc -e nvim "$@"