dotfiles/.zshrc

28 lines
482 B
Bash
Raw Normal View History

2016-07-17 16:18:06 +00:00
export ZSH=/Users/shadowfacts/.oh-my-zsh
ZSH_THEME="honukai"
plugins=(osx git)
source $ZSH/oh-my-zsh.sh
2016-07-17 16:25:02 +00:00
# command line tools
2016-07-17 16:18:06 +00:00
alias fuck='$(thefuck $(fc -ln -1))'
alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
alias git=hub
alias python=python3
alias pip=pip3
alias oldruby="/usr/local/bin/ruby"
alias ruby="/usr/local/Cellar/ruby/2.3.0/bin/ruby"
export NVM_DIR=~/.nvm
2016-07-17 16:25:02 +00:00
. $(brew --prefix nvm)/nvm.shi
# default file openings
alias -s ipr=open