diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-15 17:12:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-15 17:12:44 +0100 |
| commit | 7e19d0f0c26abb2eb32b7067640c0897d7936e4a (patch) | |
| tree | 7cdd91a2c8dad671157fadc95e154d4cefd2f442 /config/smash.d/prompt | |
| parent | 919b48f8e237a8c8b5b91c05304c817eec49e8f0 (diff) | |
Diffstat (limited to 'config/smash.d/prompt')
| -rwxr-xr-x | config/smash.d/prompt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/smash.d/prompt b/config/smash.d/prompt new file mode 100755 index 0000000..fa2a8e5 --- /dev/null +++ b/config/smash.d/prompt @@ -0,0 +1,5 @@ +#!/system/core/smash + +[CWD]=cwd + +print " %S%F%s%S@%S%F%s%S %s > " BOLD RED liveiso RESET BOLD GREEN rex RESET $[CWD] |