From f6a1353bdfa04951c7cabfe8e6a2202499161add Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:28:41 -0400 Subject: [PATCH] (bash) add .local bin path before any usage of the commands --- bash/.bashrc.arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index 0afe6aa..1815951 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -52,6 +52,8 @@ if [ -x /usr/bin/dircolors ]; then alias grep='grep --color=auto' fi +export PATH=$PATH:/home/jc/.local/bin + # -------------- Aliases alias gs="git status" @@ -332,5 +334,3 @@ export BAT_THEME="ansi" # walk editor export EDITOR=vim - -export PATH=$PATH:/home/jc/.local/bin