mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-13 07:11:09 +01:00
Fix install script path
This commit is contained in:
parent
5ed92eff28
commit
823dbcdde3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ An installation script is provided with this repository:
|
|||
|
||||
```shell
|
||||
$ wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O /tmp/LS_COLORS
|
||||
$ ( cd /tmp/LS_COLORS && sh /tmp/install.sh )
|
||||
$ ( cd /tmp/LS_COLORS && sh /tmp/LS_COLORS/install.sh )
|
||||
To enable the colors, add the following line to your shell's start-up script:
|
||||
|
||||
For Bourne shell (e.g. ~/.bashrc or ~/.zshrc):
|
||||
|
|
Loading…
Reference in a new issue