From 3baf089b119ceb54ac5618bcb64bd0b2dfc80455 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 2 Aug 2021 09:53:36 +0200 Subject: Switching back to st (accented characters are not printed but still understood by other applications so it's fine) --- test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index 0cc44f8..3d3f6e1 100755 --- a/test +++ b/test @@ -19,10 +19,13 @@ vint -s config/vim/pluggins.vim || ret=$? # FLAKE8 flake8 --ignore F821,E501,W504,N816,E241 config/qutebrowser/config.py || ret=$? -flake8 --ignore W504 config/python/startup.py || ret=$? +flake8 --ignore W504,CCR001 config/python/startup.py || ret=$? # CRONTAB crontab -T crontab/root.crontab || ret=$? crontab -T crontab/user.crontab || ret=$? +# XMONAD +xmonad --recompile || ret=$? + exit $ret -- cgit