X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;fp=zshenv;h=499dc529e380cd89bf02f5c43419de9ffa085af9;hb=bd58ef5147bd0d7cfea4148e69d64634bceaa9d6;hp=06a8fbd40a378df5b8770ba3af09d4d06e1cf541;hpb=895ba8e81d9a26212c2443c3c7649e5fd0c32db7;p=max%2Fdotfiles.git diff --git a/zshenv b/bash_profile similarity index 66% rename from zshenv rename to bash_profile index 06a8fbd..499dc52 100644 --- a/zshenv +++ b/bash_profile @@ -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"