Remove 'hub' alias. Add some vagranty stuff.
This commit is contained in:
parent
2e27b494ad
commit
7078e150d8
2 changed files with 29 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue