update bashrc path

This commit is contained in:
Aurel Feer 2025-10-23 23:02:08 +02:00
parent 6f8013cb18
commit 96f78f7ab5

View File

@ -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'