aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-04-18 13:08:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-04-18 13:08:49 +1200
commit722a5a05dbf8c09c2c65a936c3e6f385c2a067d1 (patch)
treeabaa1ddf54bfde8abd439c5ad9149f64762544af
parentTidied typo definitions. (diff)
downloaddotfiles-722a5a05dbf8c09c2c65a936c3e6f385c2a067d1.tar.gz
dotfiles-722a5a05dbf8c09c2c65a936c3e6f385c2a067d1.zip
Remove -s option from hostname call.
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 4b1eb7b5..3eb939fc 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -76,7 +76,7 @@ case "$TERM" in
# Set screen window title.
screen*)
- PROMPT_COMMAND="printf '\033k$(hostname -s)\033\\';"${PROMPT_COMMAND}
+ PROMPT_COMMAND="printf '\033k$(hostname)\033\\';"${PROMPT_COMMAND}
;;
esac