I want to add the ~/bin folder to my $PATH but everytime I do this and I the use rvm, I get the following warning:
Warning! PATH is not properly set up, '/Users/paulcowan/.rvm/gems/ruby-2.1.2/bin' is not at first place, usually this is caused by shell initialization files - check them for 'PATH=...' entries, it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles', to fix temporarily in this shell session run: 'rvm use ruby-2.1.2'.
I have tried reinstalling rvm with:
rvm get stable --auto-dotfiles
But the warning still persists.