- May 16, 2018
-
-
nimrod authored
-
- May 04, 2018
-
-
nimrod authored
-
- Apr 27, 2018
-
-
nimrod authored
-
- Apr 15, 2018
-
-
nimrod authored
- Also, silence a few shellcheck alerts, aren't relevant. - And finally small change to ddg search, mainly aesthetics.
-
- Apr 01, 2018
-
-
nimrod authored
-
- Mar 19, 2018
-
-
nimrod authored
- Replace urlencode/ urldecode with Python3 instead of Perl. - A little cleaner json_tool usage. - A Python3 only (no Python2) AWS region deducation.
-
- Mar 12, 2018
-
-
nimrod authored
-
- Mar 09, 2018
-
-
nimrod authored
-
- Mar 08, 2018
-
-
nimrod authored
-
- Mar 07, 2018
-
-
https://github.com/jessfraz/dotfilesnimrod authored
- Added monitor alias to notify on command finish or failure. - Better use of Python's json.tool. - Little tweaks.
-
- Feb 28, 2018
-
-
nimrod authored
-
nimrod authored
__run_duration returns 0 when it can't calculate the command run duration (when the shell doesn't have support for PS0, like ksh).
-
nimrod authored
-
nimrod authored
Rewrote prune_prerun (prune prerun files used to time shell commands) because grep on OpenBSD doesn't have support for null-terminated strings.
-
nimrod authored
-
nimrod authored
- Added shell function to echo with color. - Added shell alias to alert (bell).
-
- Feb 25, 2018
-
-
nimrod authored
-
- Feb 20, 2018
-
-
nimrod authored
-
- Feb 04, 2018
-
-
nimrod authored
-
- Jan 08, 2018
-
-
nimrod authored
-
- Dec 22, 2017
-
-
nimrod authored
-
- Dec 20, 2017
-
-
nimrod authored
-
- Dec 14, 2017
-
-
nimrod authored
-
- Dec 03, 2017
-
-
nimrod authored
-
- Nov 27, 2017
-
-
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
-
-
nimrod authored
- Don't use containerized or virtualenv'ed for cli apps that are not part of a project (besides Docker isn't available on the BSDs).
-
- Nov 20, 2017
- Nov 06, 2017
-
-
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.
-
- Oct 31, 2017
-
-
nimrod authored
-
- Oct 30, 2017
- Oct 29, 2017
-
-
nimrod authored
-
- Oct 25, 2017
-
-
nimrod authored
verification). - Use unsecure SSH connection to connect to Dojo boxes.
-
- Oct 24, 2017
-
-
nimrod authored
-
- 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.
-