From eb3c669bcf77786dd49f1606963c4dd2f70bdf4d Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 31 Oct 2024 02:47:02 +0100 Subject: colormake hides other coloured output, so we won't use it anymore. --- .bash/aliases.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash') diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 93b0ff4..a12be3d 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -15,7 +15,7 @@ alias pip-update="sudo pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xa alias matrix='cmatrix -sbu6 -C cyan' alias tbc='tbclock -e -H2 -M7 -S3' command -v colordiff >/dev/null 2>&1&&alias diff="colordiff" -command -v colormake >/dev/null 2>&1&&alias make="colormake" +#command -v colormake >/dev/null 2>&1&&alias make="colormake" alias perllint="perl -Mstrict -Mdiagnostics -cw" alias scredit='gimp "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"' alias scrview='pqiv -i "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"' -- cgit v1.2.3