commit 5f6e320cf0154e6697ea433a9f75bd41cec8690c parent 30f4b37a08f2fe784348a8680ee71e6561f4f5b6 Author: Byron Torres <b@torresjrjr.com> Date: Mon, 2 Jan 2023 10:36:51 +0000 .init.sh: add $PROMPT, $PS1 Diffstat:
M | sh/.init.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sh/.init.sh b/sh/.init.sh @@ -6,6 +6,8 @@ ## Env +export PROMPT=':: $(id -un)@$(uname -n):$(pwd) \$ ' +export PS1="${PS1:-$PROMPT}" export FETCH="${FETCH:-fetch}"