Skip to content

Commit

Permalink
Fix set in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikw committed Feb 13, 2013
1 parent c1ed883 commit 211ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segments/hostname.sh
Expand Up @@ -4,7 +4,7 @@ TMUX_POWERLINE_SEG_HOSTNAME_FORMAT_DEFAULT="short"

generate_segmentrc() {
read -d '' rccontents << EORC
# Use short or long format for the hostname. Can be "short, long"
# Use short or long format for the hostname. Can be {"short, long"}.
export TMUX_POWERLINE_SEG_HOSTNAME_FORMAT="${TMUX_POWERLINE_SEG_HOSTNAME_FORMAT_DEFAULT}"
EORC
echo "$rccontents"
Expand Down

0 comments on commit 211ee90

Please sign in to comment.