-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
32 lines (29 loc) · 1.08 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
# Path to your oh-my-zsh configuration.
export LANG="en_US.UTF-8"
ZSH=/home/deathowl/.oh-my-zsh
ZSH_CUSTOM=$HOME/.oh-my-zsh/custom
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
export TERM="xterm-256color"
ZSH_THEME="af-magic"
# 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 screen catimg systemadmin django sudo docker )
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context docker_machine dir vcs virtualenv)
POWERLEVEL9K_SHOW_CHANGESET=true
POWERLEVEL9K_HIDE_BRANCH_ICON=true
source $ZSH/oh-my-zsh.sh
source $HOME/bin/z.sh
# Customize to your needs...
PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$HOME/bin:/opt/cbd
### Added by the Heroku Toolbelt
###unset auto complete
unsetopt correct_all
export EDITOR='vim'
export PATH
#set LANG for Ruby.
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8