Editors updates and HTTPie not in docker anymore

... because it sucks at some point to have a tool using network in docker
This commit is contained in:
Pierre Martin
2016-06-15 07:18:07 +02:00
parent 1f4d8cd404
commit 76a12851f5
3 changed files with 28 additions and 9 deletions

1
.zshrc
View File

@@ -28,7 +28,6 @@ source $ZSH/oh-my-zsh.sh
export EDITOR='vim'
# Convenient aliases
alias http='docker run -it --rm --name http-${PWD##*/} -v /etc/hosts:/etc/hosts:ro --net=host clue/httpie'
alias dc=docker-compose
alias dcr='docker-compose run --rm'
alias copy="xclip -selection c"