1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Updated oh-my-zsh and moved to firefox

This commit is contained in:
J. Fernando Sánchez
2014-03-09 00:24:13 +01:00
parent 7c35e64b44
commit 444fc3706a
4 changed files with 13 additions and 6 deletions

5
zshrc
View File

@@ -37,7 +37,7 @@ export UPDATE_ZSH_DAYS=13
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)
plugins=(git colored-man virtualenvwrapper cp python wd systemadmin)
source $ZSH/oh-my-zsh.sh
@@ -54,6 +54,9 @@ ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias
### Added by the Heroku Toolbelt
export PATH="$PATH:/usr/local/heroku/bin:$HOME/.cabal/bin"
### Virtualenvwrapper
export WORKON_HOME=~/.virtualenvs
setopt extended_glob
### Get RVM to work with zsh