remove comment

This commit is contained in:
Bit Borealis 2023-08-02 20:05:01 +00:00
parent 8467b9b336
commit ee7dd286c8
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -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