- 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
-
- Oct 31, 2017
- Oct 30, 2017
- Oct 29, 2017
-
-
nimrod authored
-
- Oct 28, 2017
- Oct 25, 2017
-
-
nimrod authored
verification). - Use unsecure SSH connection to connect to Dojo boxes.
-
- Oct 24, 2017
- Oct 23, 2017
-
-
nimrod authored
- Set the history file location, should work across different shells. - All exports are together in .bashrc. - All Bash specifics are together in .bashrc.
-
nimrod authored
-
nimrod authored
less portable than customizing the prompt myself. - Symlink the TravisCI Bash completion to the one generated by the travis gem inside .bash_completion.d, remove specific source in .bashrc. - Moved AWS CLI completion to file inside .bash_completion.d. - Removed some unused blocks in .bashrc.
-
nimrod authored
-
- Oct 18, 2017
-
-