citadel

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

commit b4c0b311e3f3d9c5281a4a162703195a63afd606
parent e0b0544f816d26ff1926297233cafc1bffecd7f3
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 13 Nov 2020 15:34:55 -0800

bin/edit: this is busted for now

Diffstat:
Mbin/edit | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/edit b/bin/edit @@ -1,7 +1,7 @@ #!/usr/bin/env bash +exec nvim "$@" -if [ -t 0 ]; then - exec nvim "$@" -else - exec urxvtc -e nvim "$@" -fi +#jif [ -t 0 ]; then +#jelse +#j exec urxvtc -e nvim "$@" +#jfi