From ee7dd286c8d286c699b303960a16f015ea573f1e Mon Sep 17 00:00:00 2001 From: Bit Borealis <theotheroracle@disroot.org> Date: Wed, 2 Aug 2023 20:05:01 +0000 Subject: [PATCH] remove comment --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 58c3368..38cad1c 100644 --- a/home.nix +++ b/home.nix @@ -280,7 +280,7 @@ end ''; edit = '' if test $XDG_SESSION_TYPE != tty - $VISUAL $argv #should be fixed later to use VISUAL somehow, reference funced + $VISUAL $argv else $EDITOR $argv end