1
0
Fork 0
env/.zshrc

14 lines
176 B
Bash
Executable File

# zsh settings
setopt appendhistory
setopt autocd
setopt extendedglob
export TERM=xterm256-color
# golang
export PATH="$(go env GOPATH)/bin:$PATH"
# aliases
alias vim=nvim