- Feb 15, 2018
-
-
nimrod authored
-
- Feb 06, 2018
-
-
nimrod authored
-
- Feb 04, 2018
-
-
nimrod authored
-
- Jan 25, 2018
-
-
nimrod authored
-
- Jan 18, 2018
-
-
nimrod authored
-
- Jan 09, 2018
-
-
nimrod authored
Use the hash since it's always 40 characters long and won't hit the maximum length of system pathname.
-
- Jan 08, 2018
- Jan 02, 2018
-
-
nimrod authored
-
- Dec 28, 2017
-
-
nimrod authored
-
- Dec 27, 2017
- Dec 23, 2017
- Dec 22, 2017
-
-
nimrod authored
-
- Dec 20, 2017
-
-
nimrod authored
-
- Dec 18, 2017
-
-
nimrod authored
-
- Dec 14, 2017
-
-
nimrod authored
-
- Dec 03, 2017
-
-
nimrod authored
-
- Nov 27, 2017
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
A new shell script, `wrapper`, that (similar to what git does) in case an excutable of the format `command-subcommand` is available (command being the name called, $0), calling `command subcommand` will be call `command-subcommand`. For example: calling `docker dev` will call `docker-dev` if such an executable exists. So now `docker` (in `~/Documents/bin/` is a symlink to `wrapper`. Changed my docker shell aliases to scripts.
-
nimrod authored
-
- Nov 26, 2017
- Nov 23, 2017
- Nov 21, 2017
-
-
nimrod authored
-
- Nov 20, 2017
- Nov 19, 2017
-
-
nimrod authored
-
- Nov 14, 2017
-
-
nimrod authored
-
- Nov 06, 2017
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
post-merge. - Moved direnv to .bashrc, it shouldn't have been in .bash_completion.d to begin with. - Added a copy of pythonrc.py (from https://github.com/lonetwin/pythonrc/). - Generate Python startup script. - Output during post-merge to stderr.
-
- Nov 05, 2017
-
-
nimrod authored
- Run docker prune as part of docker-clean, will work on newer versions of Docker and will remove unused networks created by docker-compose.
-
- Nov 01, 2017
-
-
nimrod authored
-