wfxr.forgit/conf.d
carlfriedrich 49def1fe91 Fish plugin: do not quote passing of $argv
Fish stores command line arguments in $argv, which is an array. Unlike
in bash, when passing this array to a function, we must not enclose it
in double-quotes. This made an empty argument list (i.e. no arguments
passed) to an actual empty string argument (i.e. one argument passed),
which is not what we want.

See https://stackoverflow.com/a/42379014/3018229
2022-11-17 10:19:32 +01:00
..
bin Move implementation to standalone forgit 2022-11-14 17:52:58 +01:00
forgit.plugin.fish Fish plugin: do not quote passing of $argv 2022-11-17 10:19:32 +01:00