#!/bin/sh
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export PATH=$PATH:$HOME/bin
The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines
#!/bin/sh
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export PATH=$PATH:$HOME/bin