Some work to dotfiles

This commit is contained in:
Jonathan Hodgson 2018-01-11 16:13:30 +00:00
parent c7896bde3c
commit a3514b8a6c
5 changed files with 37 additions and 0 deletions

3
zshrc
View file

@ -90,3 +90,6 @@ if [ -e "$HOME/.smartcd_config" ]; then
fi
export TERM=xterm-256color
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"