aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/prompt.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-23 15:06:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-23 15:06:32 +1200
commit8854d67023239a33079715d5e060992c0fb4478a (patch)
treeecd0783b4e3deb7d6c0f5ab179f27eab80789aff /sh/shrc.d/prompt.sh
parentPort Bash prompt updates to pdksh (diff)
downloaddotfiles-8854d67023239a33079715d5e060992c0fb4478a.tar.gz
dotfiles-8854d67023239a33079715d5e060992c0fb4478a.zip
Set POSIX PS1 before loading subscripts
So that it's overridden in the correct order by pdksh
Diffstat (limited to 'sh/shrc.d/prompt.sh')
-rw-r--r--sh/shrc.d/prompt.sh3
1 files changed, 0 insertions, 3 deletions
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)")