From 47abe872cb2d12b3ba40e6fb785eb8048c0ec0eb Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 14 Aug 2023 11:13:39 +0200 Subject: [PATCH] updates --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9f3b007..9bff500 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,6 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:$PATH +# export PATH=/usr/local/bin:$PATH +export PATH=$HOME/.local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh"