Add script path
Also added instructions in README.md
This commit is contained in:
parent
9d58cd38ce
commit
0c5101fef5
2 changed files with 3 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -11,4 +11,4 @@ PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
QT_QPA_PLATFORMTHEME="qt6ct"
|
QT_QPA_PLATFORMTHEME="qt6ct"
|
||||||
EDITOR=helix
|
EDITOR=helix
|
||||||
|
PATH=PATH:~/.local/bin
|
||||||
|
|
|
@ -18,4 +18,6 @@ git checkout -f master
|
||||||
|
|
||||||
Logout and login.
|
Logout and login.
|
||||||
|
|
||||||
|
Any scripts you want to install, place in `.local/bin`
|
||||||
|
|
||||||
Licensed under [MIT](LICENSE)
|
Licensed under [MIT](LICENSE)
|
||||||
|
|
Reference in a new issue