Update zshrc

This commit is contained in:
2023-02-19 19:14:11 +00:00
committed by GitHub
parent b202c8e172
commit 732507498d

View File

@@ -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"
export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:$PATH"
alias docker="podman"