1
0
Fork 0

Add rust into zsh and signing key

main
Ambrose Chua 2019-08-12 11:51:41 +08:00
parent 104c634577
commit fceaeb7833
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,6 @@
name = Ambrose Chua
email = ambrose@chua.family
useConfigOnly = true
signingkey = AE677CFF65D984EB1F0DC24CDB3FFE064995FE8D
signingkey = 4995FE8D
[core]
editor = nvim

3
.zshrc
View File

@ -70,6 +70,9 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
fi
export PATH="$(go env GOPATH)/bin:$PATH"
# rust
source $HOME/.cargo/env
# yarn bin
export PATH="$HOME/.yarn/bin:$PATH"