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