aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sh/shrc b/sh/shrc
index 1ab7c406..deb55cc2 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -4,11 +4,6 @@ case $- in
*) return ;;
esac
-# Basic PS1 for POSIX shell; if we're using something more advanced, something
-# in ~/.shrc.d should overrule this. Does every POSIX shell support these? dash
-# does, at least.
-PS1=$(whoami)'@'$(hostname -s)'$ '
-
# Load all the POSIX-compatible functions from ~/.shrc.d; more advanced shells
# like bash will have their own functions
for sh in "$HOME"/.shrc.d/*.sh ; do