mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-13 07:11:09 +01:00
update README with install instructions (closes #13)
This commit is contained in:
parent
1192886347
commit
4f55678aff
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ file:
|
|||
|
||||
eval $( dircolors -b $HOME/LS_COLORS )
|
||||
|
||||
A quick way to install would be the following set of commands (assuming bash):
|
||||
|
||||
```sh
|
||||
wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
|
||||
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
|
||||
. $HOME/.bashrc
|
||||
```
|
||||
|
||||
ZSH SYNTAX HIGHLIGHTING
|
||||
=======================
|
||||
|
||||
|
|
Loading…
Reference in a new issue