change PATH

This commit is contained in:
Em 2021-08-04 11:26:31 -04:00
parent 2c244472b3
commit 29da02163a
Signed by: emerson
GPG Key ID: 270669502DA603E3
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -1,5 +1,5 @@
export GEM_HOME="$HOME/.local/gems"
export PATH="$HOME/.local/bin:$HOME/.local/gems/bin:$PATH"
export PATH="$HOME/.local/bin:/usr/local/sbin:$PATH"
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME=""