remove duplicate path folder

This commit is contained in:
Em 2021-09-06 12:39:30 -04:00
parent 29da02163a
commit 47c73c1982
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:/usr/local/sbin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME=""