add working directory to path

This commit is contained in:
Lunarmagpie 2023-03-09 03:34:04 -05:00
parent 7733918489
commit ad3e27fa97

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
export PATH=$PWD:$PATH
export PATH=$PWD/gleam:$PATH
export PATH=$PWD/bin:$PATH