summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash-powerline.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash-powerline.sh b/.bash-powerline.sh
index 338ca9d..bcbd234 100644
--- a/.bash-powerline.sh
+++ b/.bash-powerline.sh
@@ -18,9 +18,9 @@ __powerline() {
readonly SYMBOL_GIT_PULL='↓'
if test -f "../usr/etc/hostname"; then
- readonly host=$(<"../usr/etc/hostname")
+ host=$(<../usr/etc/hostname)
else
- readonly host=$(hostname)
+ host=$(hostname)
fi
if [[ -z "$PS_SYMBOL" ]]; then