From 4d8ed3bacb2366433bbc8c20f7f4c11447e12813 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Mon, 7 Jun 2021 14:47:50 -0400 Subject: [PATCH] add RubyGems stuff for Jekyll --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zshrc b/zshrc index 75b02ee..d1f7b60 100644 --- a/zshrc +++ b/zshrc @@ -3,6 +3,7 @@ bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line bindkey "^[[3~" delete-char + path+=("$HOME/bin") path+=("$HOME/.local/bin") @@ -17,3 +18,8 @@ setopt INC_APPEND_HISTORY alias ls="ls --color=auto" alias vi=vim + +# RubyGems stuff (for Jekyll, possibly other stuff): +export GEM_HOME="$HOME/software/gems" +path+=("$GEM_HOME/bin") +