Skip to content

Commit

Permalink
fix(tmux): hostname on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 4, 2023
1 parent e10b69f commit e66d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if-shell -b 'test $(uname -s) = "Linux"' {
}

if-shell -b 'test $(uname -s) = "Darwin"' {
set -g status-right "  #(hostname) "
set -g status-right "  #(hostname | cut -f1 -d'.') "
}

set -g status-right-style bg="${thm_green}",fg="${thm_bg}"
Expand Down

0 comments on commit e66d8d0

Please sign in to comment.