aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-25 22:20:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-25 22:20:51 +1200
commit99b60ee72c6eb3403df37e6192dc705344b95419 (patch)
treefc6f771c557791d897e8474046d41c99a77cfa4f /sh
parentRemove gore() and lore() (diff)
downloaddotfiles-99b60ee72c6eb3403df37e6192dc705344b95419.tar.gz
dotfiles-99b60ee72c6eb3403df37e6192dc705344b95419.zip
Remove default PS1 for sh
Diffstat (limited to 'sh')
-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