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