Add PATH bits to .bashrc

This commit is contained in:
Sage Vaillancourt 2023-12-13 12:16:51 -05:00
parent f1a710fe5f
commit ccebce8393
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# ~/.bashrc
#
export PATH=./:~/.bin:~/.local/bin/:$HOME/.platformio/penv/bin:/usr/local/go/bin:$PATH
[[ $- != *i* ]] && return
colors() {