fix: add $PATH instead of PATH
This commit is contained in:
parent
0c5101fef5
commit
c761c68ec7
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -11,4 +11,4 @@ PS1='[\u@\h \W]\$ '
|
|||
|
||||
QT_QPA_PLATFORMTHEME="qt6ct"
|
||||
EDITOR=helix
|
||||
PATH=PATH:~/.local/bin
|
||||
PATH=$PATH:/~.local/bin
|
Reference in a new issue