Add some new aliases.
This commit is contained in:
parent
28d9e0666e
commit
2e27b494ad
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user