rspec and home bin additions
This commit is contained in:
parent
35ec58ad0d
commit
45fd46027d
2 changed files with 3 additions and 0 deletions
1
.aliases
1
.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"
|
||||
|
|
2
.zshrc
2
.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"
|
||||
|
|
Loading…
Reference in a new issue