Add missing shape_directory to default_config.nu (#6836)

Closes #6832
This commit is contained in:
nibon7 2022-10-21 12:25:09 +08:00 committed by GitHub
parent 10aa86272b
commit 60df45a390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ let dark_theme = {
shape_record: cyan_bold
shape_block: blue_bold
shape_filepath: cyan
shape_directory: cyan
shape_globpattern: cyan_bold
shape_variable: purple
shape_flag: blue_bold
@ -224,6 +225,7 @@ let light_theme = {
shape_record: cyan_bold
shape_block: blue_bold
shape_filepath: cyan
shape_directory: cyan
shape_globpattern: cyan_bold
shape_variable: purple
shape_flag: blue_bold