Add PATH bits to .bashrc
This commit is contained in:
parent
f1a710fe5f
commit
ccebce8393
|
@ -2,6 +2,7 @@
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
|
|
||||||
|
export PATH=./:~/.bin:~/.local/bin/:$HOME/.platformio/penv/bin:/usr/local/go/bin:$PATH
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
colors() {
|
colors() {
|
||||||
|
|
Loading…
Reference in New Issue