commit e6d3d6af017ff338919dc97a546462f11eb22196 parent 119e02b717b7ae67976e97899ef465c1b2b5796d Author: sin <sin@2f30.org> Date: Tue, 17 Sep 2013 12:01:46 +0100 Update PATH to include the compilers Diffstat:
M | root/.profile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/root/.profile b/root/.profile @@ -1,4 +1,4 @@ -PATH=/bin:/sbin +PATH=/bin:/sbin:/devel/x86_64-linux-musl/bin TERM=vt100 PS1='$(hostname)# ' export PATH TERM PS1