about summary refs log tree commit diff
path: root/profile/.profile.d/60_devtoolset.sh
blob: fcc1816a959c189150a052caf3a6f2cbc4231765 (plain) (blame)
1
2
3
4
5
#!/bin/sh

if [ -f "/opt/rh/devtoolset-9/enable" ]; then
	source scl_source enable "devtoolset-9"
fi

Consider giving Nix/NixOS a try! <3