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:
1
.zshrc
1
.zshrc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user