Skip to content
Commit 084d2592 authored by nimrod's avatar nimrod
Browse files

Docker aliases!

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.
parent 1b8c9bca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment