Skip to content

Instantly share code, notes, and snippets.

@jmmerino
Forked from saetia/.zshrc
Last active May 14, 2018 14:46
Show Gist options
  • Select an option

  • Save jmmerino/2bd85d87e8c3f91e3505 to your computer and use it in GitHub Desktop.

Select an option

Save jmmerino/2bd85d87e8c3f91e3505 to your computer and use it in GitHub Desktop.
Zsh settings
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="avit"
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\E[0m' # end mode
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
alias zshconfig="subl ~/.zshrc"
alias ohmyzsh="subl ~/.oh-my-zsh"
COMPLETION_WAITING_DOTS="true"
plugins=(brew cake colorize web-search encode64 gem git osx sublime github node npm zsh-syntax-highlighting vagrant colored-man z)
source $ZSH/oh-my-zsh.sh
export PATH=/opt/vagrant/bin:/$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/local/bin:/Users/jmmerino/.composer/vendor/bin:/Users/jmmerino/pear/bin:$(brew --prefix homebrew/php/php71)/bin:$PATH%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment