From 99b60ee72c6eb3403df37e6192dc705344b95419 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 25 Aug 2016 22:20:20 +1200 Subject: Remove default PS1 for sh --- sh/shrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sh/shrc') 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 -- cgit v1.2.3