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:
5
zshrc
5
zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user