Closed macintacos closed 1 year ago
Describe the bug
I'm setting the fifc_exa_opts option like so:
fifc_exa_opts
set -U fifc_exa_opts "--icons --tree"
And when I hit "tab" after typing cd, I see an error in the preview that says:
cd
exa: Unknown argument --icons --tree
This command works fine if executed directly, and I'm running the latest version of exa available.
exa
To Reproduce
Set the option like I did above
Expected behavior
The preview would look like the output of exa --icons --tree.
exa --icons --tree
System (please complete the following information):
cat /etc/os-release
Hi @macintacos!
This should be solved by setting options as list instead of string:
set -U fifc_exa_opts --icons --tree
Will mention it in the readme, thanks for the report!
Describe the bug
I'm setting the
fifc_exa_opts
option like so:And when I hit "tab" after typing
cd
, I see an error in the preview that says:This command works fine if executed directly, and I'm running the latest version of
exa
available.To Reproduce
Set the option like I did above
Expected behavior
The preview would look like the output of
exa --icons --tree
.System (please complete the following information):
cat /etc/os-release
- macOS 13.4.1