From 45fd46027d5ff34ae297eeae1aa3b9c84cdb0ff2 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 29 Sep 2013 17:39:05 -0400 Subject: [PATCH] rspec and home bin additions --- .aliases | 1 + .zshrc | 2 ++ 2 files changed, 3 insertions(+) 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"