Updates for boxen
This commit is contained in:
parent
67385f1b25
commit
1d79c7494b
1 changed files with 5 additions and 4 deletions
9
.zshrc
9
.zshrc
|
@ -8,8 +8,8 @@ ZSH=$HOME/.oh-my-zsh
|
|||
ZSH_THEME="kphoen"
|
||||
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||
MANPATH="/usr/local/opt/coreutils/libexec/gnubin:$MANPATH"
|
||||
PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
||||
MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH"
|
||||
fi
|
||||
|
||||
# List directory when changing (github/r00k)
|
||||
|
@ -81,7 +81,8 @@ if [ $TERM="xterm" ]; then
|
|||
export TERM=xterm-256color
|
||||
fi
|
||||
|
||||
# tmuxinator
|
||||
export EDITOR='vim'
|
||||
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
|
||||
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
source /opt/boxen/env.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue