]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash_profile
Remove zsh and set up note taking
[max/dotfiles.git] / bash_profile
similarity index 66%
rename from zshenv
rename to bash_profile
index 06a8fbd40a378df5b8770ba3af09d4d06e1cf541..499dc529e380cd89bf02f5c43419de9ffa085af9 100644 (file)
--- a/zshenv
@@ -2,10 +2,8 @@ export NPM_PACKAGES="$HOME/.npm-packages"
 export EDITOR="/usr/bin/vim"
 export PAGER="/usr/bin/less"
 export PATH="/home/max/bin:$NPM_PACKAGES/bin:${PATH}"
+export PATH="$PATH:/home/max/bin:$NPM_PACKAGES/bin:$HOME/.rvm/bin"
+[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
 unset MANPATH
 MANPATH="$NPM_PACKAGES/share/man:$(manpath)"
 NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
-
-alias emacs="emacs -nw"
-alias ls="ls --color=auto"
-alias la="ls -la"