Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx #!/bin/sh
     5         kx #
     5         kx # .bashrc - is executed for interactive non-login shells,
     5         kx #           while .bash_profile is executed for login shells.
     5         kx #
   385         kx 
   385         kx if [ "$TERM" = "xterm" ] ; then
   385         kx   alias mc='TERM=xterm-256color mc -S rcl256'
   385         kx   alias mcedit='TERM=xterm-256color mcedit -S rcl256'
   385         kx   alias mcview='TERM=xterm-256color mcview -S rcl256'
   385         kx elif [ "$TERM" = "xterm-256color" ] ; then
   385         kx   alias mc='mc -S rcl256'
   385         kx   alias mcedit='mcedit -S rcl256'
   385         kx   alias mcview='mcview -S rcl256'
   385         kx fi
   385         kx