From e709b0a0322e34f466a7d6f28087b8dc9cb8e117 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 18 Jun 2014 14:59:55 +0200 Subject: [PATCH] add rvn env --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index b6a1a63..8099061 100644 --- a/zshrc +++ b/zshrc @@ -129,3 +129,7 @@ if command -v fasd >/dev/null 2>&1 ; then alias m='f -e mplayer' # quick opening files with mplayer alias o='a -e xdg-open' # quick opening files with xdg-open fi + + + +export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting