From 34c361cc6613d82ca0695f1d36ad79e728cd7817 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Nov 2014 23:03:38 +0100 Subject: Allow rails and ruby to be controlled from emacs --- zsh/.zprofile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index 79b19fe..2f27d67 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -11,8 +11,6 @@ INFOPATH="$INFOPATH:/usr/share/info" INFOPATH="$INFOPATH:/usr/local/share/info" export INFOPATH -systemctl --user import-environment PATH INFOPATH - DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus" export DBUS_SESSION_BUS_ADDRESS @@ -22,3 +20,6 @@ fi # Load RVM into a shell session as a func [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" + +systemctl --user import-environment PATH INFOPATH GEM_HOME GEM_PATH \ + MY_RUBY_HOME IRBRC RUBYOPT gemset -- cgit v1.3-2-g0d8e