dotfiles/bashrc.d/fpc.bashrc

6 lines
122 B
Plaintext
Raw Normal View History

2024-09-14 17:05:53 -04:00
export FPC_HOME=${HOME}/fpcupdeluxe/fpc
if [ -d "$FPC_HOME" ]; then
export PATH=${PATH}:${FPC_HOME}/bin/x86_64-linux
fi