Skip to content

Commit

Permalink
Merge pull request #465 from Alyetama/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
avdv authored Jun 17, 2021
2 parents 5aaf5f0 + 70a52b9 commit 1418d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1418d19

Please # to comment.