From 6f5485b9dc61c5f444bf762b15475eb7dae83093 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Jan 2024 16:48:26 -0500 Subject: [PATCH] [zsh] Add home bin file to config --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 144ca12..f26255f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/.bin:/usr/local/bin:$PATH export ZSH="$HOME/.oh-my-zsh"