diff --git a/.aliases b/.aliases index 241f7f4..a144bab 100644 --- a/.aliases +++ b/.aliases @@ -38,6 +38,7 @@ alias ll="ls -lv --human-readable --color=auto" alias m="more" alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair" alias mw="tmux attach-session -t work || tmux new-session -s work" +alias r="rspec spec" alias rd="popd" alias sd="pwd | pushd" alias s="cd ~/Source" diff --git a/.zshrc b/.zshrc index f2b9007..70c52dc 100644 --- a/.zshrc +++ b/.zshrc @@ -7,6 +7,8 @@ ZSH=$HOME/.oh-my-zsh # time that oh-my-zsh is loaded. ZSH_THEME="gnzh" +PATH="$HOME/bin:$PATH" + if [[ "$OSTYPE" == darwin* ]]; then PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH" MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH"