mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 12:24:17 +00:00
Fix theme dir hint in --list-themes output
This commit is contained in:
parent
411d68e839
commit
fed30b1b36
@ -205,7 +205,7 @@ pub fn list_themes(cfg: &Config) -> Result<()> {
|
||||
and are added to the cache with `bat cache --build`. \
|
||||
For more information, see:\n\n \
|
||||
https://github.com/sharkdp/bat#adding-new-themes",
|
||||
config_file().join("themes").to_string_lossy()
|
||||
PROJECT_DIRS.config_dir().join("themes").to_string_lossy()
|
||||
)?;
|
||||
} else {
|
||||
for theme in assets.themes() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user