From 5cd3789f0bec76ec4276b098ecc1192299e01cdf Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Tue, 13 Jul 2021 11:14:08 -0400 Subject: [PATCH] Add new local bins path --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 94e8a3b..797fae4 100644 --- a/.zshrc +++ b/.zshrc @@ -1,9 +1,11 @@ # Joe added this: uwufetch +# Add my bins to path +path+=("$HOME/local/bin") +export PATH + # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. -# Initialization code that may require console input (password prompts, [y/n] -# confirmations, etc.) must go above this block; everything else may go below. if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi