aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/kshrc')
-rw-r--r--ksh/kshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ksh/kshrc b/ksh/kshrc
index 2f0d31a6..cf7812d6 100644
--- a/ksh/kshrc
+++ b/ksh/kshrc
@@ -6,9 +6,6 @@ set -o emacs
HISTFILE=$HOME/.ksh_history
HISTSIZE=$((1 << 10))
-# If HOSTNAME isn't set by this version of ksh, set it
-HOSTNAME=$(uname -n)
-
# Load any supplementary scripts
for kshrc in "$HOME"/.kshrc.d/*.ksh ; do
[[ -e $kshrc ]] && . "$kshrc"