From b66e74a53d8be5c838b9376a1f91153bc02d869c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 23 Jun 2017 12:46:22 +0100 Subject: [PATCH] Add ruby gems to the PATH --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index e7c41df..b7aafa2 100644 --- a/zshrc +++ b/zshrc @@ -172,6 +172,9 @@ export PATH="$PATH:$HOME/.yarn/bin" # rust/cargo bin PATH export PATH="$PATH:$HOME/.cargo/bin" +# Ruby PATH +export PATH="$PATH:$HOME/.gem/ruby/2.4.0/bin" + # Set the DEFAULT_USER variable to me (jonny) export DEFAULT_USER="jonny"