에코는 색상을 설정하지 않습니다

에코는 색상을 설정하지 않습니다

일부 유용한 디렉토리의 텍스트는 내 bashrc에 인쇄되지만 에코된 텍스트의 색상은 dircolors의 정의에서 가져오지 않습니다.

나는 dircolors에서

NORMAL  01;32  # Bold Green  
FILE    01;37  # Bold White for regular files
RESET   0      # Reset to normal color

이것은 bashrc의 내 설정입니다.

PS1='\n\[\033[01;36m\]\u@\h:'   
PS1=$PS1'\n+ \[\033[38;5;214m\]\w\[\033[00m\]\n'

eval "$(dircolors -b ~/rcutils/dircolors)"
 
echo "Useful Directories:" 
echo "  cd ~/tdr"

관련 정보