List of colors for prompt and Bash
List of colors for prompt and Bash Add this to your Bash file(s) to define colors for prompt and commands: txtblk=’\e[0;30m’ # Black — Regular txtred=’\e[0;31m’ # Red txtgrn=’\e[0;32m’ # Green txtylw=’\e[0;33m’ # Yellow txtblu=’\e[0;34m’ # Blue txtpur=’\e[0;35m’ # Purple Читать далее List of colors for prompt and Bash