From 0f81cf6c99defa62e04f04d6b37d15ca21df6122 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 29 Sep 2021 06:58:35 -0400 Subject: [PATCH] updated PATH --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6d1e49c..c9212a2 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=$PATH:$HOME/.local/bin # Path to your oh-my-zsh installation. export ZSH="/home/acedanger/.oh-my-zsh"