From d0250ad5a5a83f541967e3d76c503c8681957efb Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Fri, 15 Jan 2021 21:50:30 +0000 Subject: [PATCH] Include home dir bins --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index 099decb..7517c9a 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -5,6 +5,7 @@ export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.dotnet:$PATH" export PATH="$HOME/.poetry/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" # Path to your oh-my-zsh installation. export ZSH="/home/darren/.oh-my-zsh"