Remove 'hub' alias. Add some vagranty stuff.

This commit is contained in:
2019-04-03 13:33:11 -04:00
parent 2e27b494ad
commit 7078e150d8
2 changed files with 29 additions and 1 deletions

View File

@ -2,7 +2,6 @@ alias unlock="lpass show -c --password"
alias arduino-serial="busybox microcom -t 9600 /dev/ttyUSB0"
alias grep='LC_ALL="C" grep'
alias bt='transmission-remote'
alias git='hub'
alias dockviz="docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz"
alias timestamp="date -u +'%Y%m%d%H%M%S'"
alias go='docker run --rm -it -v $(pwd):/go/src/ -w /go/src golang:1.11 go'