Last active
November 7, 2015 08:29
-
-
Save kukushi/0da75abe095aa0dfb059 to your computer and use it in GitHub Desktop.
.zshrc for oh-my-zsh
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
# 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