diff --git a/.zshrc b/.zshrc index cfb63468..011fb448 100644 --- a/.zshrc +++ b/.zshrc @@ -9,9 +9,6 @@ if [[ -r $HOME/.zsh_functions.zsh ]]; then source $HOME/.zsh_functions.zsh fi -# Extend my $PATH to $HOME/bin -export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH - # Private stuff source ~/.zsh_private