-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/etc/{bashrc, zshenv, zshrc} lack syntax highlighting #3231
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerssyntax-mapping-requestA syntax definition exists but isn't chosen automaticallyA syntax definition exists but isn't chosen automatically
Description
What steps will reproduce the bug?
- Run
cat /etc/bashrc /etc/zshenv /etc/zshrc
What happens?
No syntax highlighting
What did you expect to happen instead?
Syntax highlighting like with /etc/profile
How did you install bat?
dnf
bat version and environment
Software version
bat 0.24.0
Operating system
Linux 6.13.5-200.fc41.x86_64
Command-line
bat /etc/bashrc --diagnosticEnvironment variables
SHELL=/usr/bin/zsh
PAGER=less
LESS=-R
LANG=en_US.UTF-8
LC_ALL=<not set>
BAT_PAGER=<not set>
BAT_PAGING=<not set>
BAT_CACHE_PATH=<not set>
BAT_CONFIG_PATH=<not set>
BAT_OPTS=<not set>
BAT_STYLE=<not set>
BAT_TABS=<not set>
BAT_THEME=<not set>
XDG_CONFIG_HOME=<not set>
XDG_CACHE_HOME=<not set>
COLORTERM=truecolor
NO_COLOR=<not set>
MANPAGER=<not set>System Config file
Could not read contents of '/etc/bat/config': No such file or directory (os error 2).
Config file
Could not read contents of '/home/rdong8/.config/bat/config': No such file or directory (os error 2).
Custom assets metadata
Could not read contents of '/home/rdong8/.cache/bat/metadata.yaml': No such file or directory (os error 2).
Custom assets
'/home/rdong8/.cache/bat' not found
Compile time information
- Profile: release
- Target triple: x86_64-unknown-linux-gnu
- Family: unix
- OS: linux
- Architecture: x86_64
- Pointer width: 64
- Endian: little
- CPU features: fxsr,sse,sse2
- Host: x86_64-unknown-linux-gnu
Less version
> less --version
less 668 (POSIX regular expressions)
Copyright (C) 1984-2024 Mark Nudelman
less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Home page: https://greenwoodsoftware.com/less
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerssyntax-mapping-requestA syntax definition exists but isn't chosen automaticallyA syntax definition exists but isn't chosen automatically