diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-26 20:16:24 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-26 20:16:24 +0100 |
commit | 3bdd71d25d67e69bc4e510ac26e262a77f9578ff (patch) | |
tree | f8baf06e3f524f53255b95928fe9e03d671989b3 /zsh/.zprofile | |
parent | 9c9e27b7bfc9c00acc02b91fdb8cb29c60fe546e (diff) | |
download | dotfiles-3bdd71d25d67e69bc4e510ac26e262a77f9578ff.tar.xz |
I should learn to actually use a vcs properly :p
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 3cc0aee..6d2e1df 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -29,9 +29,13 @@ export TERMINAL=termite export SDL_AUDIODRIVER=pulse -#export GTK_IM_MODULE=xim +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 #envoy -t gpg-agent #source <(envoy -p) |