Skip to content

Instantly share code, notes, and snippets.

@kukushi
Last active November 7, 2015 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukushi/0da75abe095aa0dfb059 to your computer and use it in GitHub Desktop.
Save kukushi/0da75abe095aa0dfb059 to your computer and use it in GitHub Desktop.
.zshrc for oh-my-zsh
# Path to your oh-my-zsh installation.
export ZSH=/Users/kukushi/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(git)
# User configuration
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
# export MANPATH="/usr/local/man:$MANPATH"
source $ZSH/oh-my-zsh.sh
# alias
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
alias pq='proxychains4 -q'
alias kkpi='pod install --verbose --no-repo-update'
[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment