.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'