aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:43:45 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:43:45 +0200
commit9d7d3a494891df8aa735e8b2c54ff9c09ddd1802 (patch)
tree7ce7ff384bd9dd9ff26834b386df42410c45ebb1
parent7a487f52fa2246d5186ceb7d58ee612aa676c515 (diff)
downloaddotfiles-9d7d3a494891df8aa735e8b2c54ff9c09ddd1802.tar.xz
zsh/zprofile: add gem to PATH
-rw-r--r--zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 75e6369..9618589 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -1,4 +1,4 @@
-export PATH="$HOME"/.local/bin:"$PATH"
+export PATH="$HOME"/.local/bin:"$HOME"/.gem/ruby/2.1.0/bin:"$PATH"
# Set XDG Basedir Spec paths
export XDG_CACHE_HOME="$HOME"/.cache