diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-12 17:50:49 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-12 17:50:49 +0200 |
commit | a4018c15103b1ca1cbbc7a47762c1558c430432e (patch) | |
tree | e45a3305865846be21adcdf889182e73ea3c4f7f /zsh/.zprofile | |
parent | 3ba0b0892534509e39d325b9e29b25883914c48e (diff) | |
download | dotfiles-a4018c15103b1ca1cbbc7a47762c1558c430432e.tar.xz |
zsh: Removed rvm
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index ac634a2..c8d73c3 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -33,6 +33,4 @@ export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* - [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME/.config/X11/xinitrc" |