Commit graph

10 commits

Author SHA1 Message Date
82237a69f2 Make grep aliases more suited to my purposes 2020-05-06 18:01:14 -07:00
223f3c3b87 Force ALE to use pylint3 for pylint executable
This sucks. My work laptop is forced on an old version of Ubuntu that
differentiates pylint and pylint3 while my desktop is a recent vintage
that defaults pylint to the Python 3 pylint. It's a mess.

My fix for now is to force ALE to call pylint3 and create a symlink on
systems it fails on.
2020-05-06 17:46:06 -07:00
b1f85c6ae2 Add keychain sourcing to .zshrc 2020-05-06 17:44:03 -07:00
6a0516ddaa Add personal bin to PATH 2020-05-06 13:04:19 -07:00
65013c967f Fix spelling error in a comment 2020-05-06 11:00:55 -07:00
6932180fb9 Remove f-strings from setup script
This reduces the Python requirement from 3.6 to 3.4.
2020-05-02 01:38:52 -07:00
881aceb6e1 Fix README; thanks markdown 2020-05-01 19:46:21 -07:00
09fc83796c Fix misleading docstring 2020-05-01 19:34:52 -07:00
ba294f112d Update README 2020-05-01 19:30:45 -07:00
cd67a505db Initial commit and creation of setup script 2020-05-01 19:20:46 -07:00