Shell Configuration Posted on 2023-11-13 Edited on 2025-01-25 In Linux Color SchemeRefer to the link. Add these three lines to ~/.bashrc 12345$ vi ~/.bashrcexport LS_OPTIONS='--color=auto'# dircolors - color set for lseval "$(dircolors -b)"alias ls='ls $LS_OPTIONS'