From: Armaan Bhojwani Date: Mon, 24 May 2021 16:56:42 +0000 (-0400) Subject: finger: force neovim X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=1ca8fe3341b1b62a08997bcd336643b01ca2b1eb finger: force neovim --- diff --git a/config.org b/config.org index 155c50d..fe7c673 100644 --- a/config.org +++ b/config.org @@ -968,7 +968,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac rsync root@armaanb.net:/etc/finger/plan.txt "$T" && \ TT=$(mktemp) && \ head -n -2 $T > $TT && \ - vim $TT && \ + /bin/nvim $TT && \ echo "\nLast updated: $(date -R)" >> "$TT" && \ fold -sw 72 "$TT" > "$T"| \ rsync "$T" root@armaanb.net:/etc/finger/plan.txt'