From f2b5dd91c434848a28ea33875b2286b3bd515ff1 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Thu, 24 Sep 2015 21:56:08 +0200 Subject: [PATCH] Add first aliases ...not much time tonight --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4f61e84..0c9612c 100644 --- a/.zshrc +++ b/.zshrc @@ -25,4 +25,8 @@ source $ZSH/oh-my-zsh.sh # export LANG=en_US.UTF-8 # Preferred editor for local and remote sessions -export EDITOR='vim' \ No newline at end of file +export EDITOR='vim' + +# Convenient aliases +alias http='docker run -it --rm --net=host clue/httpie' +alias dc=docker-compose