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 1d8459695475600cd26f578fd2ed1181c938ba7e
parent f45c40c36ed3469f5e712b333821c44c325e8ea5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 May 2020 18:38:23 +0200

Add alias for making with extra warnings

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -87,6 +87,7 @@ create_repo() { } alias m='make' +alias mw='make CFLAGS="-Wall -Wextra -pedantic"' alias mc='make clean' alias me='make edit' if type doas >/dev/null 2>&1; then