- 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.
-
- Mar 06, 2018
-
-
nimrod authored
-
- 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
- Feb 21, 2018
-
-
nimrod authored
-
- Feb 20, 2018
-
-
nimrod authored
-
- 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
-
-
nimrod authored
-