Skip to content

Instantly share code, notes, and snippets.

@alexshd
Last active May 29, 2016 21:40
Show Gist options
  • Save alexshd/b2193e40ef10a7c13512 to your computer and use it in GitHub Desktop.
Save alexshd/b2193e40ef10a7c13512 to your computer and use it in GitHub Desktop.
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