logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 66ea015a017d97ecbd18eb850a033ca0c32e7957
parent: 1616cf98a1f9e87956ce03f82d5e6167c66d5dd5
Author: Kazuhiro NISHIYAMA <znz@users.noreply.github.com>
Date:   Sat, 15 Apr 2017 02:10:38 +0900

Remove current directory from PATH (#1779)


Diffstat:

MVagrantfile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile @@ -43,7 +43,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build -export PATH="$HOME/.rbenv/bin::$PATH" +export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" cd /vagrant