-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzshrc
52 lines (39 loc) · 1.59 KB
/
zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
ZSH_THEME="philips"
DISABLE_AUTO_TITLE="true" # Do not set terminal title automatically
# 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 ruby rails heroku ant aws brew bundler capistrano gem git-prompt git-remote-branch jira knife mvn
mysql node pep8 osx postgres pylint python rake rbenv rsync rvm scala sbt screen ssh-agent sudo tmux
vagrant vundle virtualenv web-search xcode zeus)
source $ZSH/oh-my-zsh.sh
export PATH=~/bin:~/.bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/sphinx/bin:/usr/local/git/bin:~/dotfiles/scripts:$PATH
source ~/dotfiles/aliases
source ~/dotfiles/zsh/functions
# for (( i=0;i<$ELEMENTS;i++)); do
# FILE=${FILES[${i}]}
# if [ ! -f ~/.${FILE} ]; then
# ln -s ~/dotfiles/${FILE} ~/.${FILE}
# echo Symlinking ${FILE}
# fi
# done
#
# if [ ! -f ~/.tmux.conf ]; then
# ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
# echo Symlinking tmux conf
# fi
if [ -f ~/.local_settings ]; then
. ~/.local_settings
fi
if [ ! -f ~/.irbrc ]; then
ln -s ~/dotfiles/irbrc ~/.irbrc
echo "Symlinking irbrc"
fi
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
eval "$(rbenv init -)"
unsetopt correct_all # To stop zsh from autocorrecting commands
export PATH=$PATH:~/bin/jad158g.mac.intel/
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting