From 8dfcb9a9d4fc6ccefb8873fd66cf343a0ce441b5 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 21 Oct 2020 19:01:01 +0300 Subject: [PATCH] Tweak PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4f6b37f..44b0414 100644 --- a/.zshrc +++ b/.zshrc @@ -128,7 +128,7 @@ if [[ -f /usr/share/zsh/site-functions/git-flow-completion.zsh ]];then source /usr/share/zsh/site-functions/git-flow-completion.zsh fi -export PATH="/home/arti/.bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH" +export PATH="/home/arti/.bin:/home/arti/.local/bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH" HISTSIZE=100000