From 732507498d3fe6918ecbe3d42445898d508f35d3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 19 Feb 2023 19:14:11 +0000 Subject: [PATCH] Update zshrc --- roles/customize/files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"