From 8854d67023239a33079715d5e060992c0fb4478a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 Aug 2016 15:06:32 +1200 Subject: Set POSIX PS1 before loading subscripts So that it's overridden in the correct order by pdksh --- sh/shrc.d/prompt.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 sh/shrc.d/prompt.sh (limited to 'sh/shrc.d/prompt.sh') diff --git a/sh/shrc.d/prompt.sh b/sh/shrc.d/prompt.sh deleted file mode 100644 index dff42f05..00000000 --- a/sh/shrc.d/prompt.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Basic PS1 for POSIX shell -# Does every POSIX shell support these? dash does, at least. -PS1=$(printf '%s@%s$ ' "$(whoami)" "$(hostname -s)") -- cgit v1.2.3