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
1 changed files with 1 additions and 1 deletions

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