From 192238043286e8413370fff2c217fc841aa3fa6e Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 8 May 2015 09:28:31 -0400 Subject: [PATCH] update zshrc --- zshrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/zshrc b/zshrc index 6d324a5..2ecd2912 100644 --- a/zshrc +++ b/zshrc @@ -3,19 +3,21 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="agnoster" DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" -plugins=(git pip python node npm tmux knife) +plugins=(brew git git-extras pip python node npm tmux) +RPROMPT+='$(~/.battery.rb)' source $ZSH/oh-my-zsh.sh +unsetopt inc_append_history +unsetopt share_history # share command history data +export GOPATH=~/go PATH=/usr/local/bin:/usr/local/sbin:/sbin:$PATH -export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin:~/.arcanist/arcanist/bin:~/.local/bin +export PATH=$PATH:$GOPATH/bin:/usr/local/opt/go/libexec/bin:~/.arcanist/arcanist/bin:~/.local/bin:~/.composer/vendor/bin export NODE_PATH=/usr/local/lib/node_modules -export GOPATH=~/go -export WORKON_HOME=~/.env export EDITOR=emacs -unsetopt inc_append_history -unsetopt share_history # share command history data export WORKON_HOME=~/.env source /usr/local/bin/virtualenvwrapper.sh +export PYTHONDONTWRITEBYTECODE=1 + hash -d src=~/src