mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2026-09-10 07:26:20 -04:00
Small README changes about RHEL for WSL
This commit is contained in:
parent
3a55a626bb
commit
3963e4c3e2
|
|
@ -84,11 +84,14 @@ integration with bash, csh, or zsh.
|
|||
### RHEL image for WSL
|
||||
[RHEL image for WSL](https://developers.redhat.com/articles/2023/11/15/create-customized-rhel-images-wsl-environment#) is very basic compared to [Ubuntu WSL](https://ubuntu.com/desktop/wsl), lacking additional beautification features.
|
||||
|
||||
To have a colorized terminal output, you need to add the following line to the ~/.bashrc
|
||||
To have a colorized terminal output, you need to add the following line to the **~/.bashrc**
|
||||
|
||||
```
|
||||
vim ~/.bashrc
|
||||
```
|
||||
|
||||
```
|
||||
# Source terminal color schemas
|
||||
vim ~/.bashrc
|
||||
source ~/LS_COLORS/lscolors.sh
|
||||
export LS_OPTIONS='--color=auto'
|
||||
alias ls='ls $LS_OPTIONS'
|
||||
|
|
|
|||
Loading…
Reference in a new issue