From a08790dfcd25bef2121382912b33ca9256c0dcac Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 5 Aug 2018 10:45:17 +0200
Subject: Set correct ruby folder path

---
 zsh/.zsh/environment.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh
index 3d55acb..6cbca2b 100755
--- a/zsh/.zsh/environment.zsh
+++ b/zsh/.zsh/environment.zsh
@@ -18,7 +18,7 @@
 #HIST_STAMPS=mm/dd/yyyy
 
 #█▓▒░ paths
-export PATH=$HOME/bin:/usr/local/bin:/home/xero/.gem/ruby/2.2.0/bin:$PATH
+export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.5.0/bin:$PATH
 #export MANPATH=/usr/local/man:$MANPATH
 
 #█▓▒░ preferred editor for local and remote sessions
-- 
cgit v1.2.1