From 96f78f7ab53d32d01e2971a46f7f89ed3969c4c2 Mon Sep 17 00:00:00 2001 From: Aurel Feer Date: Thu, 23 Oct 2025 23:02:08 +0200 Subject: [PATCH] update bashrc path --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index bf0f16f..a4e8eba 100755 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -7,7 +7,7 @@ export PS1="\[\033[1;31m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\] export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad -export PATH="$PATH":$HOME/.local/bin +export PATH="$PATH":$HOME/.local/bin:/usr/local/go/bin export CPATH="$CPATH":$HOME/.local/lib alias ls='ls -AFh --color'