1
0
Fork 0

Set $TERM in .zshrc

main
Ambrose Chua 2018-04-01 17:10:53 +08:00
parent 236ec19a2d
commit 6717e7507b
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -3,6 +3,7 @@
setopt appendhistory
setopt autocd
setopt extendedglob
export TERM=xterm256-color
# golang
export PATH="$(go env GOPATH)/bin:$PATH"