Small README changes about RHEL for WSL

This commit is contained in:
kovalroma 2024-04-28 18:19:17 +02:00 committed by GitHub
parent 3a55a626bb
commit 3963e4c3e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'