Last active
May 29, 2016 21:40
-
-
Save alexshd/b2193e40ef10a7c13512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZSH=$HOME/.oh-my-zsh | |
ZSH_THEME="pygmalion" | |
plugins=(git lein tmux rvm \ | |
common-aliases cp \ | |
extract gem history \ | |
history-substring-search \ | |
knife pip rake ruby vundle docker-compose\ | |
colorize tmuxinator bower npm docker) | |
source $ZSH/oh-my-zsh.sh | |
# User configuration | |
# | |
# export TERM=xterm-256color | |
export TERM=screen-256color | |
export LANG=en_US.UTF-8 | |
export EDITOR=vim | |
PS1="$PS1"'$([ -n "$TMUX" ] && tmux setenv TMUXPWD_$(tmux display -p "#D" | tr -d %) "$PWD")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment