dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3cc13c52d5e91178a6a4d8706169eac652e14a30
parent dfd922e43a5ed8605a5dcbd6fa09b1d80650397a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Nov 2019 15:10:34 +0100

Add usage comment on gcc-8.3 script, update mutt colors

Diffstat:
M.config/mutt/colors | 8++++----
M.local/bin/gcc-8.3-enable | 1+
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.config/mutt/colors b/.config/mutt/colors @@ -26,13 +26,13 @@ color header yellow default '^Subject:' # Colours for items in the index color index cyan default ~N -color index blue default "~t anders\.damsgaard@geo\.au\.dk" -color index brightblue default "~N (~t anders\.damsgaard@geo\.au\.dk )" +#color index blue default "~t anders\.damsgaard@geo\.au\.dk" +color index blue default "~N (~t anders\.damsgaard@geo\.au\.dk )" +color index blue default "~N (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" color index green default "~N (~f .*stanford\.edu | ~h \"^In-[Rr]eply-[Tt]o: .*stanford\.edu\")" -color index green default "~N (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" color index red default ~F color index brightred default "~F (~f .*stanford\.edu | ~h \"^In-[Rr]eply-[Tt]o: .*stanford\.edu\")" -color index brightred default "~F (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" +color index brightblue default "~F (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" color index green default ~T color index brightwhite default ~D mono index bold ~N diff --git a/.local/bin/gcc-8.3-enable b/.local/bin/gcc-8.3-enable @@ -1,4 +1,5 @@ #!/bin/sh +# use `. ~/.local/bin/gcc-8.3-enable` to add to environment version=8.3.0 if [ ! -d /usr/local/gcc-${version}/bin ]; then echo "gcc version $version not found"