summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-24 23:03:38 +0100
committerGravatar Tom Willemse2014-11-24 23:03:38 +0100
commit34c361cc6613d82ca0695f1d36ad79e728cd7817 (patch)
treec2ac512f8d0bf0b5121f39314939893e337c06c0 /zsh
parent99ea6160f1aa33710e60eeeb354e64c285d900dd (diff)
downloaddotfiles-34c361cc6613d82ca0695f1d36ad79e728cd7817.tar.gz
dotfiles-34c361cc6613d82ca0695f1d36ad79e728cd7817.zip
Allow rails and ruby to be controlled from emacs
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile5
1 files changed, 3 insertions, 2 deletions
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