5 kx #!/bin/sh
5 kx
5 kx if [ -f ~/.bashrc ]; then
5 kx . ~/.bashrc
5 kx fi
5 kx
5 kx 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
5 kx #!/bin/sh
5 kx
5 kx if [ -f ~/.bashrc ]; then
5 kx . ~/.bashrc
5 kx fi
5 kx
5 kx export PATH=$PATH:$HOME/bin