Add some new aliases.

This commit is contained in:
Anna Rose 2018-12-01 22:18:23 -05:00
parent 28d9e0666e
commit 2e27b494ad
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A

View File

@ -3,3 +3,6 @@ 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'