From 7f57a5c5e7117479a51e5eec97c836a002d0de2c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 13 Nov 2022 09:50:02 -0600 Subject: [PATCH] update --- roles/customize/files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/customize/files/zshrc b/roles/customize/files/zshrc index 0d9e68f..b72c706 100644 --- a/roles/customize/files/zshrc +++ b/roles/customize/files/zshrc @@ -115,5 +115,5 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/gems" -export PATH="$HOME/gems/bin:/usr/local/go/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$PATH" alias docker="podman" \ No newline at end of file