You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
713 B

export TERM="xterm-256color"
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="agnoster"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git pip python node npm tmux)
source $ZSH/oh-my-zsh.sh
PATH=/usr/local/bin:/usr/local/sbin:$PATH:~/Library/Python/2.7/bin/
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin:~/.arcanist/arcanist/bin
export NODE_PATH=/usr/local/lib/node_modules
export GOPATH=~/go
export WORKON_HOME=~/.env
export EDITOR=emacs
source /usr/local/bin/virtualenvwrapper.sh
unsetopt inc_append_history
unsetopt share_history # share command history data
alias irc="screen -r irssi || screen -dmS irssi irssi && screen -r irssi"
export WORKON_HOME=~/.env
source /usr/local/bin/virtualenvwrapper.sh