blob: c254a010eac34b73b9568e3d9a7d685ffdf288a9 [file] [log] [blame]
Thorsten Glaserc6476ac2014-07-28 13:18:35 +00001# Copyright (c) 2010, 2012, 2013, 2014
Thorsten Glaserc2dc5de2013-02-18 23:02:51 +00002# Thorsten Glaser <tg@mirbsd.org>
Jean-Baptiste Queru5155f1c2011-06-16 10:05:28 -07003# This file is provided under the same terms as mksh.
4#-
5# Minimal /system/etc/mkshrc for Android
Thorsten Glaserc2dc5de2013-02-18 23:02:51 +00006#
7# Support: https://launchpad.net/mksh
Jean-Baptiste Queru5155f1c2011-06-16 10:05:28 -07008
Elliott Hughes417ccf42015-02-09 12:25:41 -08009: ${HOSTNAME:=$(getprop ro.product.device)}
10: ${HOSTNAME:=android}
Elliott Hughes417ccf42015-02-09 12:25:41 -080011: ${TMPDIR:=/data/local/tmp}
Elliott Hughes4ad13942015-11-16 11:09:40 -080012export HOSTNAME TMPDIR
Elliott Hughes417ccf42015-02-09 12:25:41 -080013
Jean-Baptiste Queru5155f1c2011-06-16 10:05:28 -070014if (( USER_ID )); then PS1='$'; else PS1='#'; fi
Thorsten Glaser811a5752013-07-25 14:24:45 +000015PS4='[$EPOCHREALTIME] '; PS1='${|
16 local e=$?
Jean-Baptiste Queru5155f1c2011-06-16 10:05:28 -070017
Thorsten Glaser811a5752013-07-25 14:24:45 +000018 (( e )) && REPLY+="$e|"
19
20 return $e
Elliott Hughesd45dd202015-11-02 13:32:07 -080021}$HOSTNAME:${PWD:-?} '"$PS1 "