diff options
Diffstat (limited to '.bash-powerline.sh')
| -rw-r--r-- | .bash-powerline.sh | 4 |
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 |
