From a7ba31454cc455fb236218e0ecd9fa8b71e780ca Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 25 Sep 2021 00:33:11 -0700 Subject: [PATCH] use a plain prompt with ash --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index b612de6..5894f8f 100644 --- a/home/-shrc +++ b/home/-shrc @@ -140,7 +140,7 @@ alias gb='git --no-pager branch' ### @- display the current git branch. # being specific {{{2 [ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3" -alias ash="busybox ash" +alias ash="PS1='$ ' busybox ash" alias pip="maybesudo -H pip3" alias revend='objcopy -I binary -O binary --reverse-bytes=4' ### @- reverse the 4-byte endianness of a single file. *this is an in-place operation!* alias clone='maybesudo rsync -aHA --info=progress2 --no-i-r' ### @- invoke rsync suitably for creating virtually indistinguishable copies of files.