dotfiles/.zshrc

25 lines
364 B
Bash
Raw Normal View History

2020-12-31 11:55:44 +00:00
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
2021-01-12 09:50:43 +00:00
# GPG tty
export GPG_TTY=$(tty)
2020-12-31 18:16:28 +00:00
# Golang
export GOPATH=~/.gocode
# Path
export PATH=$PATH:$(go env GOPATH)/bin
2021-01-12 09:50:43 +00:00
export PATH=$PATH:$HOME/.local/bin
2020-12-31 18:16:28 +00:00
2021-01-19 15:45:41 +00:00
# Editor
export EDITOR=nvim
2020-12-31 11:55:44 +00:00
source ~/.antigen.zsh
2021-01-03 18:12:53 +00:00
antigen bundle oh-my-zsh
2020-12-31 11:55:44 +00:00
antigen bundle git
antigen theme steeef
antigen apply