rspec and home bin additions

This commit is contained in:
Andrew Tomaka 2013-09-29 17:39:05 -04:00
parent 35ec58ad0d
commit 45fd46027d
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ alias ll="ls -lv --human-readable --color=auto"
alias m="more" alias m="more"
alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair" alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair"
alias mw="tmux attach-session -t work || tmux new-session -s work" alias mw="tmux attach-session -t work || tmux new-session -s work"
alias r="rspec spec"
alias rd="popd" alias rd="popd"
alias sd="pwd | pushd" alias sd="pwd | pushd"
alias s="cd ~/Source" alias s="cd ~/Source"

2
.zshrc
View file

@ -7,6 +7,8 @@ ZSH=$HOME/.oh-my-zsh
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="gnzh" ZSH_THEME="gnzh"
PATH="$HOME/bin:$PATH"
if [[ "$OSTYPE" == darwin* ]]; then if [[ "$OSTYPE" == darwin* ]]; then
PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH" PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH" MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH"