diff --git a/README.md b/README.md index b8e622bb..852f58bd 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ You can overwrite the existing icons and colors mapping by copying the yaml file Let's say that you're using the dark color scheme and would like to change the color of untracked file (`??`) in the `--git-status` flag to yellow. Copy the defaut `dark_colors.yaml` and change it. ```sh - cp $(dirname $(gem which colorls))/yaml/dark_colors.yaml ~/.config/colorls/dark_colors.yaml` + cp $(dirname $(gem which colorls))/yaml/dark_colors.yaml ~/.config/colorls/dark_colors.yaml ``` In the `~/.config/colorls/dark_colors.yaml` file, change the color set for `untracked` from `darkorange` to `yellow`, and save the change.