diff --git a/roles/customize/files/zshrc b/roles/customize/files/zshrc index b72c706..0022b1d 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/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$PATH" -alias docker="podman" \ No newline at end of file +export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:$PATH" +alias docker="podman"