Add first aliases ...not much time tonight

This commit is contained in:
Pierre Martin
2015-09-24 21:56:08 +02:00
parent 5264e86fe1
commit f2b5dd91c4

6
.zshrc
View File

@@ -25,4 +25,8 @@ source $ZSH/oh-my-zsh.sh
# export LANG=en_US.UTF-8 # export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions # Preferred editor for local and remote sessions
export EDITOR='vim' export EDITOR='vim'
# Convenient aliases
alias http='docker run -it --rm --net=host clue/httpie'
alias dc=docker-compose