diff --git a/airootfs/etc/skel/.bashrc b/airootfs/etc/skel/.bashrc index a31a6a2..2bb3c83 100644 --- a/airootfs/etc/skel/.bashrc +++ b/airootfs/etc/skel/.bashrc @@ -9,3 +9,5 @@ alias ll='ls --color=auto -lah' alias mydf='df -hPT | column -t' alias mylsblk='lsblk -o name,size,fstype,label,model' +# Change color of yellow text so it is readable in the terminal +eval $(dircolors -p | sed -e 's/40;33/0;31/g' | dircolors -)