diff options
author | Colin Smith <colin@pfsense.org> | 2005-04-01 15:11:39 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-04-01 15:11:39 +0000 |
commit | f3df8b0a1f723f751feb2057376f6b610adfe264 (patch) | |
tree | 87fdc168f3ff2886d4620b39d1f42f91c8fa37d0 /etc | |
parent | 009eee4b82f25381c80bf1fa2ea1fdd3ad215807 (diff) | |
download | pfsense-f3df8b0a1f723f751feb2057376f6b610adfe264.zip pfsense-f3df8b0a1f723f751feb2057376f6b610adfe264.tar.gz |
Use a more descriptive shell prompt and avoid shelling out to run hostname.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index ac7ab4c..d809fd8 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -80,7 +80,7 @@ case ${opmode} in /etc/rc.initial.ping ;; 8) - set prompt = "\n`/bin/hostname -s`# " + set prompt="%n\@%m\:%~# " /bin/tcsh ;; 9) |