Skip to content

Commit

Permalink
tmux: Display hostname on status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 4, 2024
1 parent 40f6d01 commit 65d4b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bind l select-pane -R
# Status line
set -g status-left-length 32
set -g status-left "[#S]"
set -g status-right "%Y-%m-%d %H:%M "
set -g status-right "[#h] %Y-%m-%d %H:%M "

# Git
bind g display-popup -E -w 100% -h 100% "lazygit"
Expand Down

0 comments on commit 65d4b1c

Please sign in to comment.