ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

.mkshrc (123B)


      1 if ! test "$(id -u)" -eq 0; then
      2 	PS1='$ '
      3 else
      4 	PS1='# '
      5 fi
      6 
      7 # C-l should clear the screen
      8 bind -m '^L'='^U'clear'^J''^Y'