Cleanup some now-unused bash code.

This commit is contained in:
Anna Rose Wiggins 2020-05-11 16:39:49 +00:00
parent 44564ade7d
commit 71b151adde
2 changed files with 1 additions and 7 deletions

View file

@ -4,4 +4,3 @@ alias grep='LC_ALL="C" grep'
alias bt='transmission-remote'
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'