Skip to content

Commit

Permalink
add emacs to antigen and reset anaconda path
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Aug 26, 2015
1 parent 23f6ea4 commit 627100c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ antigen bundle git
antigen bundle docker
antigen bundle pip
antigen bundle archlinux
antigen bundle emacs

# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
Expand All @@ -29,7 +30,7 @@ alias feh='feh -.'
alias dropbox='dropbox-cli'
alias mount='sudo mount -o uid=gil,gid=users'

export PATH=$PATH:/home/gil/anaconda/bin:/home/gil/.gem/ruby/2.2.0/bin
export PATH=/home/gil/anaconda/bin:$PATH
export EDITOR="vim"
export BROWSER="chromium"

Expand Down

0 comments on commit 627100c

Please sign in to comment.