We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsd --version
echo $TERM
echo $LS_COLORS
The suggested config in the README should not lead to lsd throwing an error.
When copy pasting the suggested config from the README to $XDG_CONFIG_HOME/fd/ignore, lsd complains:
$XDG_CONFIG_HOME/fd/ignore
lsd: Configuration file /home/axx/.config/lsd/config.yaml format error, unknown field `literal`, expected one of `classic`, `blocks`, `color`, `date`, `dereference`, `display`, `icons`, `ignore-globs`, `indicators`, `layout`, `recursion`, `size`, `permission`, `sorting`, `no-symlink`, `total-size`, `symlink-arrow`, `hyperlink`, `header` at line 139 column 1.
and after commenting that out:
lsd: Configuration file /home/axx/.config/lsd/config.yaml format error, unknown field `truncate-owner`, expected one of `classic`, `blocks`, `color`, `date`, `dereference`, `display`, `icons`, `ignore-globs`, `indicators`, `layout`, `recursion`, `size`, `permission`, `sorting`, `no-symlink`, `total-size`, `symlink-arrow`, `hyperlink`, `header` at line 144 column 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lsd --version
: lsd 0.23.1echo $TERM
: alacrittyecho $LS_COLORS
:Expected behaviour
The suggested config in the README should not lead to lsd throwing an error.
Actual behaviour
When copy pasting the suggested config from the README to
$XDG_CONFIG_HOME/fd/ignore
, lsd complains:and after commenting that out:
The text was updated successfully, but these errors were encountered: