From 8752cf0c451c28bf59ee6414f43d7ed86e9e14c9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 17 Jan 2021 22:12:03 +0000 Subject: [PATCH] [zshrc] Add ruby gems path for ocean.samhuri.net --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5e5fe5f..260a8bb 100755 --- a/zshrc +++ b/zshrc @@ -13,7 +13,7 @@ function is_interactive() { [ -t 1 ] } # 1. Environment Vars # =================== -custom_paths=(/sbin /usr/sbin /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin /usr/local/opt/postgresql@9.6/bin /usr/local/bin /usr/local/sbin $HOME/bin) +custom_paths=(/sbin /usr/sbin /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin /usr/local/opt/postgresql@9.6/bin $HOME/.gem/ruby/2.5.0/bin /usr/local/bin /usr/local/sbin $HOME/bin) for dir in $custom_paths; do if [[ -d "$dir" ]]; then path=($dir $path)